multirow tabs: apply flex:1 to scrollbox

This commit is contained in:
MrOtherGuy
2024-10-04 16:11:16 +03:00
parent 69e53df519
commit 29b7f87409
2 changed files with 2 additions and 0 deletions

View File

@@ -180,6 +180,7 @@ See the above repository for updates as well as full license text. */
scrollbox[part][orient="horizontal"] > slot,
scrollbox[part][orient="horizontal"]{
display: flex;
flex: 1;
flex-wrap: wrap;
overflow-y: auto;
max-height: var(--uc-scrollbox-max-height,1px);