You've already forked AstralRinth
v0.10.302 #2
@@ -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}`"
|
||||
|
||||
@@ -100,5 +100,6 @@ function onScroll({ target: { scrollTop, offsetHeight, scrollHeight } }) {
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
position: relative;
|
||||
max-height: 19rem;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user