v0.10.302 #2

Merged
didirus merged 289 commits from feature-clean into beta 2025-07-08 15:00:09 +00:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 448ae5a2b7 - Show all commits

View File

@@ -34,7 +34,7 @@
"
/>
</div>
<ScrollablePanel v-if="search" class="h-[17rem]">
<ScrollablePanel v-if="search">
<Button
v-for="(option, index) in filteredOptions"
:key="`option-${index}`"

View File

@@ -100,5 +100,6 @@ function onScroll({ target: { scrollTop, offsetHeight, scrollHeight } }) {
overflow-y: auto;
overflow-x: hidden;
position: relative;
max-height: 19rem;
}
</style>