diff options
author | Simounet <contact@simounet.net> | 2016-12-29 19:17:36 +0100 |
---|---|---|
committer | Simounet <contact@simounet.net> | 2016-12-30 13:50:59 +0100 |
commit | 8e2419a5cf8b28281eef9b567e0e24b190cbe9dd (patch) | |
tree | cf6b74401f9d5aa727a686735c8f1b964ccbf68f /app/Resources/static/themes/material | |
parent | 510b02573f18293e8f289cc482a458339716e6a2 (diff) | |
download | wallabag-8e2419a5cf8b28281eef9b567e0e24b190cbe9dd.tar.gz wallabag-8e2419a5cf8b28281eef9b567e0e24b190cbe9dd.tar.zst wallabag-8e2419a5cf8b28281eef9b567e0e24b190cbe9dd.zip |
Fix right side-nav scrolling on low height window
Diffstat (limited to 'app/Resources/static/themes/material')
-rwxr-xr-x | app/Resources/static/themes/material/css/main.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css index c6b7326d..50aa690c 100755 --- a/app/Resources/static/themes/material/css/main.css +++ b/app/Resources/static/themes/material/css/main.css | |||
@@ -439,7 +439,6 @@ nav ul a:hover { | |||
439 | .side-nav.fixed.right-aligned { | 439 | .side-nav.fixed.right-aligned { |
440 | right: -250px; | 440 | right: -250px; |
441 | left: auto !important; | 441 | left: auto !important; |
442 | overflow-y: visible; | ||
443 | } | 442 | } |
444 | 443 | ||
445 | #filters div.with-checkbox { | 444 | #filters div.with-checkbox { |