コンポーネントが有効になると、追加のスクロールバーが表示されます

Hi, there has been a regression in the past few days of Discourse commits where the browser / OS scrollbar appears always visible with a few pixels of vertical slop when the Sidebar Theme Toggle is enabled. It’s happening here on Discourse Meta and also on my forum, currently on 3.1.0.beta3 (6b5743ba3c). It happens with Firefox and Chromium. I imagine that nobody has noticed it because most OSes these days are defaulting to skinny / disappearing scrollbars, but I’m rather old-school. :sunglasses:


Edit: Looks like I can get rid of it with this quick dirty workaround for now:

.sidebar-footer-container {
    padding-bottom: .5em !important;
}
「いいね!」 1

I just made a minor update to fix this

「いいね!」 3

Thanks a lot @awesomerobot for the quick fix! Works great.

「いいね!」 1