Browse Source

[Glitch] Allow report modal to be up to 80% of viewport height

Port bddb330a8a to glitch-soc
closed-social-glitch-2
Thibaut Girka 6 years ago
parent
commit
6b94237810
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/javascript/flavours/glitch/styles/components/modal.scss

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

@ -532,7 +532,7 @@
.report-modal__statuses {
flex: 1 1 auto;
min-height: 20vh;
max-height: 40vh;
max-height: 80vh;
overflow-y: auto;
overflow-x: hidden;

Loading…
Cancel
Save