Fix sticker preview modal scrolling
This commit is contained in:
parent
1ca0d82107
commit
07689379cb
1 changed files with 8 additions and 1 deletions
|
@ -4079,7 +4079,14 @@
|
|||
grid-gap: 8px;
|
||||
grid-template-columns: repeat(4, 1fr);
|
||||
overflow-y: auto;
|
||||
padding: 0 16px 80px 16px;
|
||||
padding: 0 16px;
|
||||
|
||||
&::after {
|
||||
content: '';
|
||||
display: block;
|
||||
height: 80px;
|
||||
grid-column: 1 / span 4;
|
||||
}
|
||||
|
||||
&__cell {
|
||||
width: 96px;
|
||||
|
|
Loading…
Add table
Reference in a new issue