fix: add scrollbar gutter
This commit is contained in:
parent
bc8c1eb1ca
commit
f9d3b4abc0
1 changed files with 4 additions and 1 deletions
|
|
@ -28,7 +28,10 @@ export default {
|
|||
pointerEvents: 'none'
|
||||
},
|
||||
html: {
|
||||
height: fill
|
||||
height: fill,
|
||||
'@media screen and (max-height: 900px)': {
|
||||
scrollbarGutter: 'stable'
|
||||
}
|
||||
},
|
||||
body: {
|
||||
width: mainWidth,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue