diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-12-30 14:57:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-30 14:57:39 +0100 |
commit | 4da856ef118f0f15080f4e39c42a3b68611c05f1 (patch) | |
tree | 69bcc42483f3390d575d5d470d4cf971a9161e1f /app/Resources/static/themes | |
parent | 339b1e689d96b433d88ca1ad2325031841ae450d (diff) | |
parent | bb2934d47638c913579b18d66b72687bc508fdfa (diff) | |
download | wallabag-4da856ef118f0f15080f4e39c42a3b68611c05f1.tar.gz wallabag-4da856ef118f0f15080f4e39c42a3b68611c05f1.tar.zst wallabag-4da856ef118f0f15080f4e39c42a3b68611c05f1.zip |
Merge pull request #2728 from Simounet/fix/side-nav-scrolling
Fix right side-nav scrolling on low height window
Diffstat (limited to 'app/Resources/static/themes')
-rwxr-xr-x | app/Resources/static/themes/material/css/main.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css index c6b7326d..f43e6042 100755 --- a/app/Resources/static/themes/material/css/main.css +++ b/app/Resources/static/themes/material/css/main.css | |||
@@ -304,7 +304,7 @@ nav { | |||
304 | .nav-panel-buttom { | 304 | .nav-panel-buttom { |
305 | display: flex; | 305 | display: flex; |
306 | flex-grow: 1; | 306 | flex-grow: 1; |
307 | justify-content: right; | 307 | justify-content: flex-end; |
308 | } | 308 | } |
309 | 309 | ||
310 | .nav-panel-buttom li { | 310 | .nav-panel-buttom li { |
@@ -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 { |