Fix navigation for small screens
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
parent
455799670c
commit
3273d66412
2 changed files with 3 additions and 2 deletions
|
|
@ -11,8 +11,8 @@
|
||||||
top: 0px;
|
top: 0px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
max-width: 100vw;
|
flex-direction: row;
|
||||||
width: fit-content;
|
width: 100vw;
|
||||||
z-index: 99999;
|
z-index: 99999;
|
||||||
background: var(--color-background);
|
background: var(--color-background);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
|
|
||||||
|
|
@ -120,6 +120,7 @@ body {
|
||||||
border-radius: 0 25px 20px 0;
|
border-radius: 0 25px 20px 0;
|
||||||
padding: 1em 1.5em;
|
padding: 1em 1.5em;
|
||||||
display: none;
|
display: none;
|
||||||
|
flex-direction: column;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 40px;
|
top: 40px;
|
||||||
z-index: 99999;
|
z-index: 99999;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue