diff options
Diffstat (limited to 'src/hydrilla/proxy/web_ui/templates/base.html.jinja')
-rw-r--r-- | src/hydrilla/proxy/web_ui/templates/base.html.jinja | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hydrilla/proxy/web_ui/templates/base.html.jinja b/src/hydrilla/proxy/web_ui/templates/base.html.jinja index 47c1049..fcd65c2 100644 --- a/src/hydrilla/proxy/web_ui/templates/base.html.jinja +++ b/src/hydrilla/proxy/web_ui/templates/base.html.jinja @@ -189,6 +189,7 @@ in a proprietary work, I am not going to enforce this in court. margin: 0; padding: 0; border-bottom: 2px solid #444; + overflow-x: scroll; } li.nav-entry, li.nav-separator { |