vertical tabs: add vertical layout rules to tabs scrollbox items-wrapper

This commit is contained in:
MrOtherGuy
2026-03-01 18:08:27 +02:00
parent 6fc627e1cb
commit 552405c58b

View File

@@ -102,6 +102,10 @@ See the above repository for updates as well as full license text. */
--uc-scrollbutton-display: none;
--uc-scrollbox-overflow: auto;
}
slot[part="items-wrapper"]{
display: inherit !important;
-webkit-box-orient: vertical;
}
scrollbox[orient="horizontal"]{
display: var(--uc-scrollbox-box-model,flex);
-webkit-box-orient: vertical;