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:
commit
d275760596
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue