mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 10:43:21 +02:00
Fixing z-index for Shape drop down
This commit is contained in:
parent
6cecac36d5
commit
9248715b21
2 changed files with 3 additions and 2 deletions
|
@ -657,7 +657,8 @@ hr {
|
||||||
font-family: FiraSans-SemiBold;
|
font-family: FiraSans-SemiBold;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
color: #404040;
|
color: #404040;
|
||||||
background-color: #afafaf
|
background-color: #afafaf;
|
||||||
|
z-index: 999;
|
||||||
}
|
}
|
||||||
.dropdown li:hover {
|
.dropdown li:hover {
|
||||||
background-color: #00b4ef;
|
background-color: #00b4ef;
|
||||||
|
|
|
@ -503,7 +503,7 @@ div.jsoneditor-contextmenu-root {
|
||||||
div.jsoneditor-contextmenu {
|
div.jsoneditor-contextmenu {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
box-sizing: content-box;
|
box-sizing: content-box;
|
||||||
z-index: 99999;
|
z-index: 998;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.jsoneditor-contextmenu ul,
|
div.jsoneditor-contextmenu ul,
|
||||||
|
|
Loading…
Reference in a new issue