Fixing z-index for Shape drop down

This commit is contained in:
Liv 2017-06-05 17:37:32 -07:00
parent 6cecac36d5
commit 9248715b21
2 changed files with 3 additions and 2 deletions

View file

@ -657,7 +657,8 @@ hr {
font-family: FiraSans-SemiBold;
font-size: 15px;
color: #404040;
background-color: #afafaf
background-color: #afafaf;
z-index: 999;
}
.dropdown li:hover {
background-color: #00b4ef;

View file

@ -503,7 +503,7 @@ div.jsoneditor-contextmenu-root {
div.jsoneditor-contextmenu {
position: absolute;
box-sizing: content-box;
z-index: 99999;
z-index: 998;
}
div.jsoneditor-contextmenu ul,