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

Port bddb330a8a08b7459c299fb56ae8770c3ac69af5 to glitch-soc
master
Thibaut Girka 7 years ago
parent 7972464e71
commit 6b94237810
  1. 2
      app/javascript/flavours/glitch/styles/components/modal.scss

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

Loading…
Cancel
Save