[fix] web sidebar obstructs tab bar

Fixes the web view sidebar obstructing the tab bar while in compact mode
This commit is contained in:
nitro
2024-09-04 22:17:47 +02:00
parent d206509c19
commit cf2ef5528d

View File

@@ -20,7 +20,7 @@
transform: translateX(calc(-100% + (var(--zen-compact-toolbox-margin-single) / 2)));
opacity: 0;
line-height: 0;
z-index: 1;
z-index: 2;
height: 100%;
margin: 0;
padding: var(--zen-compact-toolbox-margin) !important;