diff --git a/src/app/frontend/chrome/chrome.scss b/src/app/frontend/chrome/chrome.scss index 1260abed1c1b2a3d2e725ba838516a8cabe71296..05bbce61f3ee37cf601ea2dd4a7368b9620c882b 100644 --- a/src/app/frontend/chrome/chrome.scss +++ b/src/app/frontend/chrome/chrome.scss @@ -69,6 +69,9 @@ body, background-color: $body; height: 100%; max-height: 100%; + // Set overflow property to disable margin-collapse, which in turn + // prevents scrollbar from being always visible. + overflow-x: hidden; position: relative; >.md-body-1 {