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 {
|
.frame {
|
||||||
display: none;
|
display: none;
|
||||||
|
min-height: 300px;
|
||||||
|
|
||||||
audio, img, video {
|
audio, img, video {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
Reference in New Issue
Block a user