mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
fix: double scrollbars on Windows
This commit is contained in:
parent
6e061fa186
commit
6a1a70ce18
1 changed files with 1 additions and 0 deletions
|
@ -14,5 +14,6 @@
|
|||
<style lang="postcss" scoped>
|
||||
main {
|
||||
-ms-overflow-style: -ms-autohiding-scrollbar;
|
||||
overflow: hidden;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue