honestbleeps / Reddit-Enhancement-Suite

Reddit Enhancement Suite
http://redditenhancementsuite.com
GNU General Public License v3.0
4.14k stars 881 forks source link

Wiki on /r/3DPrinting overflows under the sidebar #5305

Open d42ohpaz opened 3 years ago

d42ohpaz commented 3 years ago

What's the problem?

Wide tables underlap the sidebar (see screenshot) and cut off being able to read the entire table.

screenshot

Example Wiki: https://www.reddit.com/r/3Dprinting/wiki/filamentchart

Are there any related posts in https://github.com/honestbleeps/Reddit-Enhancement-Suite/issues or /r/RESissues?

None that I could find.

What other browser extensions are installed?

Extension Version
Slides version 0_10
Ministry of Truth version 1_0
Web Store version 0_2
Docs version 0_10
1Password extension (desktop app required) version 4_7_5_90
Google Drive version 14_5
DuckDuckGo Privacy Essentials version 2021_7_9
YouTube version 4_2_8
Mute Notifications version 0_3
Dropbox for Gmail version 1_1_10
Xdebug helper version 1_6_1
Hangouts Notifications version 3_1_1
GoFullPage - Full Page Screen Capture version 7_6
Sheets version 1_2
Moqups Extension version 1_9
Feedback version 1_0
Google Docs Offline version 1_31_0
Flowchart Maker version 1_0
LastPass: Free Password Manager version 4_76_0_5
Cisco Webex Extension version 1_15_0
Reddit Enhancement Suite version 5_22_5
CryptoTokenExtension version 0_9_74
Chrome PDF Viewer version 1
Google Network Speech version 1_0
Google Calendar Scroll Disabler version 0_5
Vue.js devtools version 5_3_4
Google Hangouts version 1_3_16
Chrome Web Store Payments version 1_0_0_6
JetBrains Toolbox Extension version 1_19_7559
Gmail version 8_3
Chrome Media Router version 9221_427_0_1
d42ohpaz commented 3 years ago

Adding overflow: auto or overflow: scroll on the div.content[role=main] selector solves the problem with minimal change.