Merge pull request #13724 from Raroun/Fix-for-Issue-#13637---Photo-caption-prevents-photo-selection-in-the-file-browser

Fix for Issue  #13637 - Photo caption prevents photo selection in the file browser
This commit is contained in:
Hypolite Petovan
2023-12-15 11:46:18 -05:00
committed by GitHub

View File

@@ -1608,6 +1608,9 @@ textarea.comment-edit-text:focus + .comment-edit-form .preview {
.fbrowser.photo .photo-album-image-wrapper .caption {
pointer-events: none;
}
.fbrowser.photo .photo-album-image-wrapper .jg-caption {
pointer-events: none;
}
.fbrowser .profile-rotator-wrapper {
min-height: 200px;
}