diff options
Diffstat (limited to 'data/static')
-rw-r--r-- | data/static/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/static/style.css b/data/static/style.css index cc89f3a..2a36919 100644 --- a/data/static/style.css +++ b/data/static/style.css @@ -278,7 +278,7 @@ img { .toggler{ /* ALWAYS KEEPING THE TOGGLER OR THE CHECKBOX ON TOP OF EVERYTHING : */ visibility: visible; - z-index:3; + z-index: 4; height: 40px; width: 40px; position: fixed; @@ -290,7 +290,7 @@ img { } .hamburger{ - z-index: 2; + z-index: 3; position: fixed; top: 15px; right: 15px; |