mirror of
https://github.com/koel/koel
synced 2024-11-24 21:23:06 +00:00
Fix #461
This commit is contained in:
parent
7c7396877e
commit
230b9397bb
1 changed files with 1 additions and 0 deletions
|
@ -152,6 +152,7 @@ export default {
|
|||
padding: 22px 0 0;
|
||||
max-height: calc(100vh - #{$headerHeight + $footerHeight});
|
||||
overflow: auto;
|
||||
overflow-x: hidden;
|
||||
-ms-overflow-style: -ms-autohiding-scrollbar;
|
||||
|
||||
html.touchevents & {
|
||||
|
|
Loading…
Reference in a new issue