Fixed unpinning tabs

This commit is contained in:
mr. m
2025-02-12 12:39:13 +01:00
parent 22cad83c8f
commit 40a843200f
3 changed files with 14 additions and 9 deletions

View File

@@ -369,7 +369,7 @@
#zen-browser-tabs-wrapper {
min-height: fit-content;
overflow-y: auto;
overflow-x: hidden;
overflow-x: clip;
height: 100%;
scrollbar-width: thin;
}