diff --git a/4chan_x.user.js b/4chan_x.user.js index 1211a76ad..510a6bb8d 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -2899,11 +2899,9 @@ #floaty {\ float: left;\ }\ - #options #main {\ - overflow: auto;\ - }\ #content > * {\ height: 500px;\ + overflow: auto;\ }\ #content textarea {\ margin: 0;\ diff --git a/script.coffee b/script.coffee index 3904c9bc0..35c1cb33f 100644 --- a/script.coffee +++ b/script.coffee @@ -2298,11 +2298,9 @@ main = #floaty { float: left; } - #options #main { - overflow: auto; - } #content > * { height: 500px; + overflow: auto; } #content textarea { margin: 0;