Merge pull request #12444 from MrPetovan/bug/11911-frio-modal-height

[frio] Allow space for the upload button in the fbrowser modal
This commit is contained in:
Philipp 2022-12-17 02:16:21 +01:00 committed by GitHub
commit f49c85e9b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1556,11 +1556,11 @@ textarea.comment-edit-text:focus + .comment-edit-form .preview {
}
.fbrowser .fbrowser-content-container {
overflow-y: auto;
max-height: calc(100vh - 175px);
max-height: calc(100vh - 233px);
}
@media (min-width: 768px) {
.fbrowser .fbrowser-content-container {
max-height: calc(100vh - 220px);
max-height: calc(100vh - 277px);
}
}
.fbrowser.photo .photo-album-image-wrapper {