fix: Fixed essentials jumping around when switching workspaces, b=(no-bug), c=tabs

This commit is contained in:
Mr. M
2025-05-01 14:27:49 +02:00
parent f8f3f8abcb
commit 5c6b4736be

View File

@@ -1249,6 +1249,8 @@
/* Container for essential items (often pinned/favorite tabs) */
.zen-essentials-container {
will-change: transform;
padding-bottom: var(--zen-toolbox-padding);
overflow: hidden;
gap: calc(var(--zen-toolbox-padding) - 2px);