diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2014-06-28 12:22:17 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2014-06-28 12:22:17 -0400 |
| commit | b04eea907242bb895f9578638f5f05612311fa66 (patch) | |
| tree | 8af5175552815e15149cdfe9b7d31aab273946b7 /static/css/dump.css | |
| parent | 0f957d316cfae62f9cfabc8df1d26e906de3e553 (diff) | |
fix bug where personal mutes didnt affect .oldmsg divs
Diffstat (limited to 'static/css/dump.css')
| -rwxr-xr-x | static/css/dump.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/css/dump.css b/static/css/dump.css index 33211a3..acf9ea6 100755 --- a/static/css/dump.css +++ b/static/css/dump.css @@ -847,6 +847,7 @@ a:active { } #userList { + z-index: 20; overflow-x: hidden; overflow-y: auto; max-height: 76%; |
