[enh] zIndex war will never end.

This commit is contained in:
opi 2014-06-02 15:32:14 +02:00
parent 52da9e952a
commit a938b6f4af

View file

@ -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;