style: increase z-index for toolbar shadow in compact mode for improved visibility

This commit is contained in:
mr. M
2024-12-10 23:17:39 +01:00
parent 37b0a87aae
commit e7aab960ff

View File

@@ -132,7 +132,7 @@
position: absolute;
top: calc((-1 * var(--zen-toolbar-height)) + var(--zen-element-separation) + 1px);
left: 0;
z-index: 10;
z-index: 20;
box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3) !important;
border-bottom-left-radius: var(--zen-border-radius);
border-bottom-right-radius: var(--zen-border-radius);