Add overflow-clip-margin to vertical tabs for improved layout handling

This commit is contained in:
mr. M
2025-02-09 14:52:05 +01:00
parent b79d6a7347
commit 988056e59c

View File

@@ -252,6 +252,7 @@
padding-inline-start: 0 !important;
overflow-y: unset !important; /* DO NOT CHANGE THIS: Firefox renders badly workspace changes */
overflow-x: clip;
overflow-clip-margin: var(--zen-toolbox-padding);
--tab-inner-inline-margin: 0;