projects
/
KiwiIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16c1063
)
Issue #62: Userlist - hide scrollbar if not needed (overflow-y:auto)
author
Jack Allnutt
<m2ys4u@Gmail.com>
Fri, 21 Sep 2012 22:00:15 +0000
(23:00 +0100)
committer
Darren
<darren@darrenwhitlen.com>
Sat, 22 Sep 2012 15:50:47 +0000
(16:50 +0100)
client_backbone/css/style.css
patch
|
blob
|
blame
|
history
diff --git
a/client_backbone/css/style.css
b/client_backbone/css/style.css
index 01525af6f05c6c8669513208638b7d5a83fbd801..b171bd3b625a4eeca0f885302c50c464ad8d478c 100644
(file)
--- a/
client_backbone/css/style.css
+++ b/
client_backbone/css/style.css
@@
-18,7
+18,7
@@
a { color:#36C; text-decoration:none; cursor:pointer; }
*/
#toolbar { position:absolute; top:0px; width:100%; background-color:#1B1B1B; font-size:0.9em; }
#panels { position:absolute; left:0px; right:200px; bottom:100px; top:100px; }
-#memberlists { position:absolute; right:0px; width:200px; bottom:100px; top:100px; overflow-y:
scroll
; }
+#memberlists { position:absolute; right:0px; width:200px; bottom:100px; top:100px; overflow-y:
auto
; }
#controlbox { position: absolute; bottom:0px; width:100%; background-color:#1B1B1B; }