From 70faa9e87f742b5a883762c8f40b3e4a5a3f3609 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sun, 27 Mar 2016 17:13:17 -0700 Subject: Make the z-index high enough for everyone. --- ext/client.css | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/client.css b/ext/client.css index 913624d7..93866f03 100644 --- a/ext/client.css +++ b/ext/client.css @@ -24,4 +24,5 @@ pointer-events: none; position: fixed; width: auto; + z-index: 64; } -- cgit v1.2.3