fix: double scrollbars on Windows

This commit is contained in:
Phan An 2024-08-23 10:54:25 +02:00
parent 6e061fa186
commit 6a1a70ce18

View file

@ -14,5 +14,6 @@
<style lang="postcss" scoped>
main {
-ms-overflow-style: -ms-autohiding-scrollbar;
overflow: hidden;
}
</style>