Skip to content

Commit c595861

Browse files
authored
IBX-10751: fix missing close tooltip in UDW after search (#1738)
1 parent 884c366 commit c595861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bundle/Resources/public/scss/ui/modules/universal-discovery/mixins/_filters-panel.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
position: sticky;
1111
top: 0;
1212
background-color: $ibexa-color-white;
13-
z-index: 2;
13+
z-index: 1;
1414
align-items: center;
1515
justify-content: space-between;
1616
padding: calculateRem(16px) calculateRem(12px);

0 commit comments

Comments
 (0)