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);