Popover restricts body overflow

This commit is contained in:
2019-02-13 18:32:08 +01:00
parent 16583d85fb
commit e18ecac782
2 changed files with 7 additions and 4 deletions

View File

@@ -8,6 +8,10 @@ html, body {
line-height: 1;
}
.disableScroll {
overflow: hidden;
}
#app {
color: black;
font-weight: 400;