Fixed funky scroll bar positioning

This commit is contained in:
Joel Collins 2019-02-15 13:04:23 +00:00
parent 9e1c3fbd63
commit bb439d8c16
3 changed files with 4 additions and 3 deletions

View file

@ -90,7 +90,8 @@ export default {
}
body, html {
height: 100%
height: 100%;
overflow: auto;
}
.overlay-panel {