media picker responsive

This commit is contained in:
2024-04-28 17:06:09 +10:00
parent e2fed71896
commit a5be12aee3
2 changed files with 36 additions and 7 deletions

View File

@@ -250,6 +250,10 @@ body.swal2-height-auto {
.sm-media-picker-container {
grid-template-rows: minmax(min-content, auto) 1fr minmax(min-content, auto);
.swal2-html-container {
overflow: hidden;
}
}
.sm-media-picker {