Don't overlap the scrollbar on the spoiler labels. I'm such a genius.

This commit is contained in:
Nicolas Stepien 2012-01-26 20:48:47 +01:00
parent 0e7cb3a42a
commit 5f1cc1d471
2 changed files with 4 additions and 0 deletions

View File

@ -3562,7 +3562,9 @@ a[href="javascript:;"] {\
white-space: pre;\
}\
#replies > div:hover {\
bottom: -10px;\
overflow-x: auto;\
z-index: 1;\
}\
.preview {\
background-color: rgba(0,0,0,.2);\

View File

@ -2800,7 +2800,9 @@ a[href="javascript:;"] {
white-space: pre;
}
#replies > div:hover {
bottom: -10px;
overflow-x: auto;
z-index: 1;
}
.preview {
background-color: rgba(0,0,0,.2);