Fix edit media modal on small screens, touch events (#11573)

This commit is contained in:
Eugen Rochko
2019-08-15 20:28:56 +02:00
committed by GitHub
parent cdc474628d
commit 1bea318197
3 changed files with 33 additions and 2 deletions

View File

@ -150,7 +150,7 @@ button {
.layout-single-column .app-holder {
&,
& > div {
min-height: 100%;
min-height: 100vh;
}
}