Skip to content

Commit 75af9da

Browse files
committed
IBX-11374: Fixed dropdown menu
1 parent b5cdaad commit 75af9da

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

src/bundle/Resources/public/scss/_dropdown-popover.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,9 @@
1616
color: initial;
1717
}
1818
}
19+
20+
.ibexa-search-view {
21+
.ibexa-dropdown-popover {
22+
z-index: 1060;
23+
}
24+
}

src/bundle/Resources/public/scss/_main-header.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
.ibexa-main-header {
2+
position: relative;
3+
z-index: 1080;
24
width: 100%;
35
display: flex;
46
justify-content: space-between;

0 commit comments

Comments
 (0)