Add min height to editor frames to avoid hiding content on small screens
This commit is contained in:
@ -19,6 +19,7 @@ button i.fa-spin {
|
||||
|
||||
.frame {
|
||||
display: none;
|
||||
min-height: 300px;
|
||||
|
||||
audio, img, video {
|
||||
max-width: 100%;
|
||||
|
Reference in New Issue
Block a user