[frio] Allow space for the upload button in the fbrowser modal

This commit is contained in:
Hypolite Petovan 2022-12-16 19:16:25 -05:00
parent f37750d679
commit 30973647a6
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 {