Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/bundle/Resources/public/scss/_dropdown-popover.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,9 @@
color: initial;
}
}

.ibexa-search-view {
.ibexa-dropdown-popover {
z-index: 1060;
}
}
2 changes: 2 additions & 0 deletions src/bundle/Resources/public/scss/_main-header.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
.ibexa-main-header {
position: relative;
z-index: 1080;
width: 100%;
display: flex;
justify-content: space-between;
Expand Down
Loading