mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +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-size: 15px;
|
||||
color: #404040;
|
||||
background-color: #afafaf
|
||||
background-color: #afafaf;
|
||||
z-index: 999;
|
||||
}
|
||||
.dropdown li:hover {
|
||||
background-color: #00b4ef;
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue