[Glitch] Add scrolling to Compare history modal

Port 7406c66b77 to glitch-soc

Co-authored-by: Claire <claire.github-309c@sitedethib.com>
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
lolsob-rspec
cadars 2023-02-06 16:53:31 +01:00 committed by Claire
parent 54e6fa1363
commit f925f5bf2f
1 changed files with 1 additions and 0 deletions

View File

@ -1071,6 +1071,7 @@
&__container { &__container {
padding: 30px; padding: 30px;
pointer-events: all; pointer-events: all;
overflow-y: auto;
} }
.status__content { .status__content {