Fixed funky scroll bar positioning
This commit is contained in:
parent
9e1c3fbd63
commit
bb439d8c16
3 changed files with 4 additions and 3 deletions
|
|
@ -90,7 +90,8 @@ export default {
|
|||
}
|
||||
|
||||
body, html {
|
||||
height: 100%
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.overlay-panel {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue