Reinstate z-index for photo_card_filename:hover.

For extremely long titles, it was being obscured by the photo
card on the next row.
master
voussoir 2020-08-28 17:12:32 -07:00
parent 9b47a6dd4e
commit 8163f33ba3
1 changed files with 1 additions and 1 deletions

View File

@ -174,6 +174,7 @@
{
overflow: visible;
max-height: none;
z-index: 1;
}
.photo_card_grid .photo_card_filename:hover a
{
@ -182,7 +183,6 @@
left: 0;
right: 0;
background-color: inherit;
/*z-index: 1;*/
}
.photo_card_tags
{