diff options
| author | Alex Yatskov <alex@foosoft.net> | 2016-03-27 17:13:17 -0700 | 
|---|---|---|
| committer | Alex Yatskov <alex@foosoft.net> | 2016-03-27 17:13:17 -0700 | 
| commit | 70faa9e87f742b5a883762c8f40b3e4a5a3f3609 (patch) | |
| tree | 9d95569dfb6812ef45970a52dbe0a0ffe18dc80d | |
| parent | 43d14c0c81824d71cda16c9921348719844044af (diff) | |
Make the z-index high enough for everyone.
| -rw-r--r-- | ext/client.css | 1 | 
1 files changed, 1 insertions, 0 deletions
| 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;  } |