From 552405c58bcb80ebe6f85b16b13af634bd9937ae Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sun, 1 Mar 2026 18:08:27 +0200 Subject: [PATCH] vertical tabs: add vertical layout rules to tabs scrollbox items-wrapper --- chrome/vertical_tabs.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/chrome/vertical_tabs.css b/chrome/vertical_tabs.css index 5363419..daae7b8 100644 --- a/chrome/vertical_tabs.css +++ b/chrome/vertical_tabs.css @@ -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;