mirror of
https://github.com/koel/koel
synced 2025-02-17 22:08:28 +00:00
Leave more padding room for content wrappers
This commit is contained in:
parent
b98625c9ab
commit
0964b3074d
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@
|
|||
backface-visibility: hidden;
|
||||
|
||||
.main-scroll-wrap {
|
||||
padding: 24px;
|
||||
padding: 24px 24px 48px;
|
||||
overflow: auto;
|
||||
flex: 1;
|
||||
-ms-overflow-style: -ms-autohiding-scrollbar;
|
||||
|
|
Loading…
Add table
Reference in a new issue