Merge "Set `overflow-y` to `scroll` to prevent reflow"

This commit is contained in:
jenkins-bot 2019-11-19 14:21:34 +00:00 committed by Gerrit Code Review
commit 546560c755
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ body {
body {
background-color: @background-color-secondary;
overflow-y: scroll;
}
/* Content */