Don't display the watcher on top of the header unless we're hovering over it.
This commit is contained in:
parent
b88eeaa04d
commit
c8282d2779
File diff suppressed because one or more lines are too long
@ -81,12 +81,15 @@ a[href="javascript:;"] {
|
||||
#qr {
|
||||
z-index: 30;
|
||||
}
|
||||
#watcher {
|
||||
#watcher:hover {
|
||||
z-index: 20;
|
||||
}
|
||||
#header {
|
||||
z-index: 10;
|
||||
}
|
||||
#watcher {
|
||||
z-index: 5;
|
||||
}
|
||||
|
||||
/* Header */
|
||||
.fourchan-x body {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user