Fix overflow of upper bar

This commit is contained in:
Arne Keller 2021-03-08 12:24:15 +01:00
parent e40166e541
commit 9c599de580

View File

@ -1,7 +1,8 @@
#header {
height: var(--lumo-size-xl);
width: 100%;
min-width: 100%;
align-items: center;
overflow-x: auto;
}
#header img {