Revert "fix: double scrollbars on Windows"

This reverts commit 6a1a70ce18.
This commit is contained in:
Phan An 2024-08-28 21:09:57 +02:00
parent 79ef1ff039
commit 236e734264

View file

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