Small css tweaks, fix layer filtering

This commit is contained in:
Pieter Vander Vennet 2021-01-08 14:23:12 +01:00
parent 52f1d5511d
commit ddea3d2fc1
4 changed files with 25 additions and 14 deletions

View file

@ -28,7 +28,7 @@
box-shadow: 0 10px 10px -10px var(--shadow-color);
display: flex;
justify-content: space-between;
max-width: 95vw;
width: 100%;
overflow-x: hidden;
}
@ -68,7 +68,7 @@
max-height: 75vh;
overflow-y: auto;
padding-top: 1em;
max-width: 95vw;
width:100%;
overflow-x: hidden;
}