#8195 Fix z-index in full screen mode
This commit is contained in:
parent
4925aaae18
commit
2e8a1ecdc8
|
@ -454,6 +454,10 @@ div.label strong span {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.zindex999 {
|
||||||
|
z-index: 999;
|
||||||
|
}
|
||||||
|
|
||||||
/*.termframe{
|
/*.termframe{
|
||||||
background-color: #82b92e;
|
background-color: #82b92e;
|
||||||
}*/
|
}*/
|
||||||
|
|
Loading…
Reference in New Issue