dgageot/demoit

Vertical scrollbar (in sample demo)

Closed this issue · 2 comments

(Observed on Linux)

The right scrollbar is always visible, regardless the actual height of my browser window. It's still visible in Fullscreen.

demoit_scrollbar

gfeun commented

Same for me on Debian, with Firefox and Chromium.
Fixed by changing this line:

height: 100vh;

to

height: 90vh;

I think this is due to the top class being 100% vertical height + 1.5em of padding-top leading to > 100% height space and the appearance of the scrollbar.

This is fixed now