diff --git a/src/components/SearchBar/SearchBar.vue b/src/components/SearchBar/SearchBar.vue index 9255254b..a84cbd9b 100644 --- a/src/components/SearchBar/SearchBar.vue +++ b/src/components/SearchBar/SearchBar.vue @@ -412,7 +412,7 @@ async function handleClearSearchHistory() { --uno: "bg-$bew-elevated"; .history-list { - --uno: "h-[calc(100vh-100px)] max-h-[420px] important-overflow-y-auto"; + --uno: "max-h-420px important-overflow-y-auto"; .title { --uno: "text-lg font-500"; @@ -430,7 +430,7 @@ async function handleClearSearchHistory() { #search-suggestion { @include search-content; --uno: "bg-$bew-elevated"; - --uno: "h-[calc(100vh-100px)] max-h-[420px] important-overflow-y-auto"; + --uno: "max-h-420px important-overflow-y-auto"; .suggestion-item { @include search-content-item;