fix: change position from absolute to fixed in zen-compact-mode.css and update sidebar visibility logic in ToolbarContextMenu

This commit is contained in:
mr. m
2025-04-03 20:39:17 +02:00
parent 683bb7eb41
commit 97cbd76e8e
2 changed files with 7 additions and 5 deletions

View File

@@ -49,7 +49,7 @@
padding: 0 0 0 var(--zen-toolbox-padding) !important;
&:not([animate='true']) {
position: absolute;
position: fixed;
z-index: 10;
transition:
left 0.15s ease,