From 835f65623d477dd7157db669081cc631bd48bd44 Mon Sep 17 00:00:00 2001 From: Mayhem Date: Mon, 24 Feb 2014 03:40:01 +0100 Subject: [PATCH] Fix #1476. --- css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/style.css b/css/style.css index 852f37b59..860d71cf7 100644 --- a/css/style.css +++ b/css/style.css @@ -114,6 +114,7 @@ a[href="javascript:;"] { #header { right: 0; left: 0; + pointer-events: none; } #header.top { top: 0; @@ -127,6 +128,7 @@ a[href="javascript:;"] { padding: 3px; position: relative; transition: all .1s .05s ease-in-out; + pointer-events: initial; } #header.top #header-bar { border-bottom-width: 1px; @@ -195,6 +197,7 @@ a[href="javascript:;"] { #notifications { height: 0; text-align: center; + pointer-events: initial; } #header.bottom #notifications { position: fixed;