[UI] Vertical body scroll bar always visible on all pages even if content fits vertically
Created by: cirosantilli
html {
overflow-y: scroll;
I was tempted to correct it with overflow-y: auto;
and quick tests show that it seems to work, but I imagine there must be a good reason why this is like that, maybe modal problems like https://github.com/twbs/bootstrap/issues/9855 ?
Still, it's not nice and should be fixed. GitHub does it well already.