Fix navigation for small screens

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
Ferdinand Thiessen 2023-04-06 15:05:31 +02:00
parent 455799670c
commit 3273d66412
2 changed files with 3 additions and 2 deletions

View file

@ -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;

View file

@ -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;