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;