Skip to content

Commit 16e3d4d

Browse files
committed
fix: elements coming through dropdown
See: FE-93
1 parent cfd0aa3 commit 16e3d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/layers/base/app/components/BaseSearchInput.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const groupedResults = computed(() => {
8181
/>
8282

8383
<RkComboboxContent
84-
class="absolute dark:bg-gray-950 mt-xl rounded-xl w-full max-h-[400px]"
84+
class="absolute z-10 dark:bg-gray-950 mt-xl rounded-xl w-full max-h-[400px]"
8585
>
8686
<template v-if="$slots['dropdown-fixed-header']">
8787
<slot name="dropdown-fixed-header" />

0 commit comments

Comments
 (0)