fixed for firefox
This commit is contained in:
parent
a6f4ee3b3f
commit
6d40421992
4 changed files with 26 additions and 6 deletions
|
|
@ -567,7 +567,7 @@ button[import="1"] {
|
|||
#layers {
|
||||
display: none;
|
||||
position: fixed;
|
||||
bottom: 30px;
|
||||
bottom: 25px;
|
||||
background-color: rgba(0,0,0,0.2);
|
||||
border: 1px solid rgba(0,0,0,0.5);
|
||||
border-radius: 3px;
|
||||
|
|
@ -583,10 +583,11 @@ button[import="1"] {
|
|||
.poptext {
|
||||
display: none;
|
||||
position: absolute;
|
||||
margin-left: 55px;
|
||||
margin-left: 30px;
|
||||
border: 5px solid gray;
|
||||
border-radius: 3px;
|
||||
transform: translate(0, -25%);
|
||||
z-Index: 10000;
|
||||
}
|
||||
.poptext textarea {
|
||||
opacity: 0.95;
|
||||
|
|
|
|||
Loading…
Reference in a new issue