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;
|
||||
left: 0px;
|
||||
flex-wrap: wrap;
|
||||
max-width: 100vw;
|
||||
width: fit-content;
|
||||
flex-direction: row;
|
||||
width: 100vw;
|
||||
z-index: 99999;
|
||||
background: var(--color-background);
|
||||
border-radius: 0;
|
||||
|
|
|
|||
|
|
@ -120,6 +120,7 @@ body {
|
|||
border-radius: 0 25px 20px 0;
|
||||
padding: 1em 1.5em;
|
||||
display: none;
|
||||
flex-direction: column;
|
||||
position: fixed;
|
||||
top: 40px;
|
||||
z-index: 99999;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue