Skip to content

Commit e6140f7

Browse files
committed
fix(BaseSearchInput): overlapping BaseNavigationLeft
1 parent 994ca0b commit e6140f7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

frontend/.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"conventionalCommits.scopes": [
33
"BaseNavigation",
44
"BaseNavigationLeft",
5+
"BaseSearchInput",
56
"BcButton",
67
"BcDataWrapper",
78
"BcFormatAmount",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const groupedResults = computed(() => {
5353
<template>
5454
<form
5555
role="search"
56-
class="base-search-input__form p-2xl"
56+
class="base-search-input__form p-2xl isolate"
5757
>
5858
<RkComboboxRoot
5959
v-model:open="showDropdown"

0 commit comments

Comments
 (0)