Fix sticker preview modal scrolling

This commit is contained in:
Ken Powers 2019-09-06 15:12:49 -04:00 committed by Scott Nonnenberg
parent 1ca0d82107
commit 07689379cb

View file

@ -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;