diff --git a/web/src/App.vue b/web/src/App.vue index 36995f3c7..4c940d9d8 100644 --- a/web/src/App.vue +++ b/web/src/App.vue @@ -58,6 +58,10 @@ watch( -moz-osx-font-smoothing: grayscale; } +#scroll-component { + scrollbar-gutter: stable; +} + .slide-right-enter-active, .slide-right-leave-active { transition: all 0.3s ease;