From 5f1cc1d471646d25e557cb3bb4806fb2ed95638d Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Thu, 26 Jan 2012 20:48:47 +0100 Subject: [PATCH] Don't overlap the scrollbar on the spoiler labels. I'm such a genius. --- 4chan_x.user.js | 2 ++ script.coffee | 2 ++ 2 files changed, 4 insertions(+) diff --git a/4chan_x.user.js b/4chan_x.user.js index 7a63ba227..366a4889c 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -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);\ diff --git a/script.coffee b/script.coffee index 28cbc264f..34172df5b 100644 --- a/script.coffee +++ b/script.coffee @@ -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);