mirror of
https://github.com/YunoHost/SSOwat.git
synced 2024-09-03 20:06:27 +02:00
[enh] zIndex war will never end.
This commit is contained in:
parent
52da9e952a
commit
a938b6f4af
1 changed files with 2 additions and 2 deletions
|
@ -174,7 +174,7 @@ body {/*overflow-y: scroll;*/}
|
||||||
#ynhportal {
|
#ynhportal {
|
||||||
display: block;
|
display: block;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 1000;
|
z-index: 10000000;
|
||||||
bottom: 20px;
|
bottom: 20px;
|
||||||
right: 35px;
|
right: 35px;
|
||||||
width: 100px;
|
width: 100px;
|
||||||
|
@ -218,7 +218,7 @@ body {/*overflow-y: scroll;*/}
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
z-index: 999;
|
z-index: 9999999;
|
||||||
display: none;
|
display: none;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
|
Loading…
Reference in a new issue