1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-28 07:56:37 +01:00

Fixes z-index bug #1091

This commit is contained in:
Amir Raminfar
2021-04-08 16:32:13 -07:00
parent 91b02bcfce
commit c8202d1238

View File

@@ -70,7 +70,7 @@ aside {
left: 0;
right: 0;
background: var(--scheme-main-ter);
z-index: 2;
z-index: 10;
max-height: 100vh;
overflow: auto;