Remove max-height on non-hover, add overflow scrollbar, #60

This commit is contained in:
Jordan Bates 2013-05-07 17:25:03 -07:00
parent 9ea4f5a6ce
commit 6def0fcbb0
4 changed files with 5 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -426,9 +426,8 @@ a.hide-announcement {
overflow: hidden;
white-space: nowrap;
min-width: 120px;
}
#watcher:not(:hover) {
max-height: 220px;
max-height: 92%;
overflow-y: auto;
}
#watcher > .move {
padding-top: 3px;