[frio] Enable click through image caption in file browser

pull/5969/head
Hypolite Petovan 2018-10-19 10:46:09 -04:00 committed by GitHub
parent f104817967
commit afeb6df225
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -1489,6 +1489,9 @@ section #jotOpen {
.fbrowser.image .photo-album-image-wrapper {
box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
}
.fbrowser.image .photo-album-image-wrapper .caption {
pointer-events: none;
}
.fbrowser .profile-rotator-wrapper {
min-height: 200px;
}