diff options
author | cadars <gregorycadars@gmail.com> | 2023-02-06 16:53:31 +0100 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2023-02-09 13:03:41 +0100 |
commit | 5e3790608321fa6690a8872681a5618ee9e43475 (patch) | |
tree | 9dc61e0ce1586faedbdf10739d3a22e4c916bb6d /app/javascript/flavours/glitch | |
parent | 2dfbdc3f9dbca574fbeb5e27de1515a09021b9a7 (diff) |
[Glitch] Add scrolling to Compare history modal
Port e8cb3ee827d3bd20b0ad28dfc7358afaa43b4dad to glitch-soc Co-authored-by: Claire <claire.github-309c@sitedethib.com> Signed-off-by: Claire <claire.github-309c@sitedethib.com>
Diffstat (limited to 'app/javascript/flavours/glitch')
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/modal.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/modal.scss b/app/javascript/flavours/glitch/styles/components/modal.scss index 972e01e7d..69d237dec 100644 --- a/app/javascript/flavours/glitch/styles/components/modal.scss +++ b/app/javascript/flavours/glitch/styles/components/modal.scss @@ -1071,6 +1071,7 @@ &__container { padding: 30px; pointer-events: all; + overflow-y: auto; } .status__content { |