dshoreman / servidor

A modern web application for managing servers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vertical scrollbar is always present

dshoreman opened this issue · comments

The default Semantic UI styles set the body height to 100%, but the 5 ems of margin-top applied to the .main container are pushing the height beyond the viewport.

Either put the margin somewhere else, or calc(100% - 5em) on the body to counter it.