chore: upgrade base-ui

This commit is contained in:
Carlos Valente
2025-10-05 08:36:23 +02:00
committed by Alex Christoffer Rasmussen
parent 846eaf569d
commit 4b81725e80
6 changed files with 44 additions and 29 deletions
@@ -62,8 +62,6 @@
padding: 2px;
border-radius: $component-border-radius-md;
color: $ui-white;
overflow-y: auto;
max-height: 20rem;
border: 1px solid $gray-1000;
&[data-side='start'] {
@@ -73,6 +71,16 @@
}
}
.list {
box-sizing: border-box;
position: relative;
padding-block: 0.25rem;
overflow-y: auto;
max-height: 20rem;
max-height: var(--available-height);
scroll-padding-block: 1.5rem;
}
.item {
box-sizing: border-box;
outline: 0;