mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-23 16:10:28 +00:00
Merge pull request #2728 from Simounet/fix/side-nav-scrolling
Fix right side-nav scrolling on low height window
This commit is contained in:
commit
4da856ef11
3 changed files with 3 additions and 4 deletions
|
@ -304,7 +304,7 @@ nav {
|
||||||
.nav-panel-buttom {
|
.nav-panel-buttom {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
justify-content: right;
|
justify-content: flex-end;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-panel-buttom li {
|
.nav-panel-buttom li {
|
||||||
|
@ -439,7 +439,6 @@ nav ul a:hover {
|
||||||
.side-nav.fixed.right-aligned {
|
.side-nav.fixed.right-aligned {
|
||||||
right: -250px;
|
right: -250px;
|
||||||
left: auto !important;
|
left: auto !important;
|
||||||
overflow-y: visible;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#filters div.with-checkbox {
|
#filters div.with-checkbox {
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue