Skip to content

Commit c7a2a8e

Browse files
committed
Connect- Top nav bar disappears when moving mouse over the menu
#4596
1 parent 03b521f commit c7a2a8e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/components/TopBar/ProjectsToolBar.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,15 @@
157157
margin-top: 15px;
158158
display: flex;
159159

160+
:global {
161+
.SearchBar {
162+
.search-bar__text,
163+
.search-typeahead-text {
164+
z-index: 18;
165+
}
166+
}
167+
}
168+
160169
@media screen and (max-width: $screen-md - 1px) {
161170
height: 32px;
162171
margin-top: 9px;

0 commit comments

Comments
 (0)