[Glitch] Fix modal items cannot scroll on touch devices

Port d763d39d26 to glitch-soc
This commit is contained in:
kedama
2019-04-22 21:55:50 +09:00
committed by Thibaut Girka
parent a9eaa780f5
commit 039e35560c
2 changed files with 6 additions and 1 deletions

View File

@@ -621,6 +621,11 @@
ul {
overflow-y: auto;
flex-shrink: 0;
max-height: 80vh;
&.with-status {
max-height: calc(80vh - 75px);
}
li:empty {
margin: 0;