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
|
@ -1608,6 +1608,9 @@ textarea.comment-edit-text:focus + .comment-edit-form .preview {
|
||||||
.fbrowser.photo .photo-album-image-wrapper .caption {
|
.fbrowser.photo .photo-album-image-wrapper .caption {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
.fbrowser.photo .photo-album-image-wrapper .jg-caption {
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
.fbrowser .profile-rotator-wrapper {
|
.fbrowser .profile-rotator-wrapper {
|
||||||
min-height: 200px;
|
min-height: 200px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user