From a938b6f4af3b090af51404f45811cf0f69292f49 Mon Sep 17 00:00:00 2001 From: opi Date: Mon, 2 Jun 2014 15:32:14 +0200 Subject: [PATCH] [enh] zIndex war will never end. --- portal/assets/css/ynhpanel.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/portal/assets/css/ynhpanel.css b/portal/assets/css/ynhpanel.css index 97f0a16..8efa500 100644 --- a/portal/assets/css/ynhpanel.css +++ b/portal/assets/css/ynhpanel.css @@ -174,7 +174,7 @@ body {/*overflow-y: scroll;*/} #ynhportal { display: block; position: fixed; - z-index: 1000; + z-index: 10000000; bottom: 20px; right: 35px; width: 100px; @@ -218,7 +218,7 @@ body {/*overflow-y: scroll;*/} left: 0; width: 100%; height: 100%; - z-index: 999; + z-index: 9999999; display: none; text-align: left; overflow-y: auto;