multirow tabs: apply flex:1 to scrollbox

pull/135/merge
MrOtherGuy 2 weeks ago
parent 69e53df519
commit 29b7f87409

@ -29,6 +29,7 @@ See the above repository for updates as well as full license text. */
scrollbox[part][orient="horizontal"] > slot, scrollbox[part][orient="horizontal"] > slot,
scrollbox[part][orient="horizontal"]{ scrollbox[part][orient="horizontal"]{
display: flex; display: flex;
flex: 1;
flex-wrap: wrap; flex-wrap: wrap;
overflow-y: auto; overflow-y: auto;
max-height: calc((var(--tab-min-height) + 2 * var(--tab-block-margin,0px)) * var(--multirow-n-rows)); max-height: calc((var(--tab-min-height) + 2 * var(--tab-block-margin,0px)) * var(--multirow-n-rows));

@ -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"] > slot,
scrollbox[part][orient="horizontal"]{ scrollbox[part][orient="horizontal"]{
display: flex; display: flex;
flex: 1;
flex-wrap: wrap; flex-wrap: wrap;
overflow-y: auto; overflow-y: auto;
max-height: var(--uc-scrollbox-max-height,1px); max-height: var(--uc-scrollbox-max-height,1px);

Loading…
Cancel
Save