Fix navigation for small screens

* Remove wrong border radius
* Fix overflowing content

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
Ferdinand Thiessen 2023-04-06 15:05:31 +02:00
parent 0287fefcae
commit 1f91835fe6
2 changed files with 5 additions and 2 deletions

View file

@ -10,9 +10,12 @@
position: fixed;
top: 0px;
left: 0px;
flex-wrap: wrap;
max-width: 100vw;
width: fit-content;
z-index: 99999;
background: var(--color-background);
width: 100%;
border-radius: 0;
text-align: center;
padding: 4px;
}