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
commit d275760596
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
}