Reinstate z-index for photo_card_filename:hover.
For extremely long titles, it was being obscured by the photo card on the next row.
This commit is contained in:
parent
9b47a6dd4e
commit
8163f33ba3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue