Skip to content

Commit 705bb70

Browse files
authored
fix: searchbar overlapping wonderland logo (#63)
Demo: https://github.com/user-attachments/assets/83f00b39-7c5b-4e6a-b85c-f1f7cc5e8a87 Issue https://linear.app/defi-wonderland/issue/CHA-358/navbar-logo-overlapping-searchbar <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Style** * Improved the visibility of the search input in the navbar by ensuring it appears above overlapping elements. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 1325792 commit 705bb70

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • packages/common-config/static/common/styles

packages/common-config/static/common/styles/global.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,7 @@ nav.navbar.navbar--fixed-top + .main-wrapper {
473473
system-ui,
474474
-apple-system,
475475
sans-serif;
476+
z-index: 1000;
476477
}
477478

478479
.navbar__search-input::placeholder {

0 commit comments

Comments
 (0)