This commit is contained in:
Mayhem 2014-02-24 03:40:01 +01:00
parent ac9af09211
commit 835f65623d

View File

@ -114,6 +114,7 @@ a[href="javascript:;"] {
#header { #header {
right: 0; right: 0;
left: 0; left: 0;
pointer-events: none;
} }
#header.top { #header.top {
top: 0; top: 0;
@ -127,6 +128,7 @@ a[href="javascript:;"] {
padding: 3px; padding: 3px;
position: relative; position: relative;
transition: all .1s .05s ease-in-out; transition: all .1s .05s ease-in-out;
pointer-events: initial;
} }
#header.top #header-bar { #header.top #header-bar {
border-bottom-width: 1px; border-bottom-width: 1px;
@ -195,6 +197,7 @@ a[href="javascript:;"] {
#notifications { #notifications {
height: 0; height: 0;
text-align: center; text-align: center;
pointer-events: initial;
} }
#header.bottom #notifications { #header.bottom #notifications {
position: fixed; position: fixed;