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 ee7b26d commit 5a08935Copy full SHA for 5a08935
src/components/ContextMenu/ContextMenu.scss
@@ -3,6 +3,9 @@
3
.menu {
4
position: absolute;
5
font-size: 14px;
6
+ // To be shown above the toolbar with also z-index set
7
+ // src/components/Toolbar/Toolbar.scss
8
+ z-index: 6;
9
10
ul {
11
background: $purple;
0 commit comments