We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ba426f commit 0b175d9Copy full SHA for 0b175d9
packages/uikit-workshop/src/sass/scss/04-components/_tools.scss
@@ -47,7 +47,7 @@
47
position: absolute;
48
top: 100%;
49
right: 0;
50
- z-index: 1;
+ z-index: 10; // make sure context dropdown z-index is higher than nav dropdown z-index
51
width: 10rem;
52
border-bottom-left-radius: $pl-border-radius-med;
53
border-bottom-right-radius: $pl-border-radius-med;
0 commit comments