fix: add scrollbar gutter

This commit is contained in:
Nikola Ubavic 2022-01-07 19:53:05 +01:00
parent bc8c1eb1ca
commit f9d3b4abc0

View file

@ -28,7 +28,10 @@ export default {
pointerEvents: 'none'
},
html: {
height: fill
height: fill,
'@media screen and (max-height: 900px)': {
scrollbarGutter: 'stable'
}
},
body: {
width: mainWidth,