mirror of
https://github.com/aaif-goose/goose.git
synced 2026-07-03 14:10:03 +02:00
fix: searchbar zindex modal overlay (#7502)
This commit is contained in:
@@ -146,7 +146,7 @@ export const SearchBar: React.FC<SearchBarProps> = ({
|
||||
|
||||
return (
|
||||
<div
|
||||
className={`sticky top-0 bg-background-inverse text-text-inverse z-[60] mb-4 ${
|
||||
className={`sticky top-0 bg-background-inverse text-text-inverse z-30 mb-4 ${
|
||||
isExiting ? 'search-bar-exit' : 'search-bar-enter'
|
||||
}`}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user