From 30973647a6ca59c1d7ed99d30cd79d8eb43f3008 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Fri, 16 Dec 2022 19:16:25 -0500 Subject: [PATCH] [frio] Allow space for the upload button in the fbrowser modal --- view/theme/frio/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 6ce7356d3..e376a8dc4 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -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 {