Skip to content

Commit

Permalink
Fix sticker preview modal scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
kenpowers-signal authored and scottnonnenberg-signal committed Sep 6, 2019
1 parent 1ca0d82 commit 0768937
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion stylesheets/_modules.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0768937

Please sign in to comment.