Browse Source

[Glitch] Add scrolling to Compare history modal

Port e8cb3ee827 to glitch-soc

Co-authored-by: Claire <claire.github-309c@sitedethib.com>
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
closed-social-glitch-2
cadars 1 year ago
committed by Claire
parent
commit
5e37906083
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/javascript/flavours/glitch/styles/components/modal.scss

+ 1
- 0
app/javascript/flavours/glitch/styles/components/modal.scss View File

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

Loading…
Cancel
Save