Skip to content

Commit 0b175d9

Browse files
committed
fix: fix bug with context menu not overlapping search input on smaller screen sizes
1 parent 4ba426f commit 0b175d9

File tree

1 file changed

+1
-1
lines changed
  • packages/uikit-workshop/src/sass/scss/04-components

1 file changed

+1
-1
lines changed

packages/uikit-workshop/src/sass/scss/04-components/_tools.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
position: absolute;
4848
top: 100%;
4949
right: 0;
50-
z-index: 1;
50+
z-index: 10; // make sure context dropdown z-index is higher than nav dropdown z-index
5151
width: 10rem;
5252
border-bottom-left-radius: $pl-border-radius-med;
5353
border-bottom-right-radius: $pl-border-radius-med;

0 commit comments

Comments
 (0)