mirror of https://github.com/aredn/aredn.git
Make sure we hide any overflowed nav controls (#1780)
This commit is contained in:
parent
d658d78421
commit
5d0bdc4ec8
|
@ -48,6 +48,7 @@ body.mobile hr
|
|||
height: 80px;
|
||||
min-height: 80px;
|
||||
background-color: var(--nav-bg-color);
|
||||
overflow: hidden;
|
||||
transition: height 0.4s, min-height 0.4s;
|
||||
}
|
||||
body.hide-bars #m-title
|
||||
|
|
Loading…
Reference in New Issue