mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-09 13:06:14 +00:00
set z-index of popupbox
This commit is contained in:
parent
c021e4b4cb
commit
ee8081b3c1
|
@ -213,6 +213,7 @@ div.popupbox {
|
||||||
display: none;
|
display: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
min-width: 230px;
|
min-width: 230px;
|
||||||
|
z-index: 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.popupbox span.closepopupbox {
|
div.popupbox span.closepopupbox {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user