diff --git a/app/static/css/debugger.css b/app/static/css/debugger.css new file mode 100644 index 0000000..bd5f746 --- /dev/null +++ b/app/static/css/debugger.css @@ -0,0 +1,3 @@ +#flDebug * { + overflow: auto !important; +} \ No newline at end of file diff --git a/app/static/less/debugger.less b/app/static/less/debugger.less new file mode 100644 index 0000000..00b7417 --- /dev/null +++ b/app/static/less/debugger.less @@ -0,0 +1,4 @@ +/* Some styles to enhance debugger */ +#flDebug * { + overflow: auto !important; +} diff --git a/app/utils/render.py b/app/utils/render.py index 766e3f7..8ecf8e6 100644 --- a/app/utils/render.py +++ b/app/utils/render.py @@ -18,6 +18,7 @@ def render(*args, styles=[], scripts=[], **kwargs): 'css/pagination.css', 'css/simplemde.min.css', 'css/simplemde-override.css', + 'css/debugger.css', ] scripts_ = [ 'scripts/trigger_menu.js',