diff --git a/frontends/etiquette_flask/static/css/photo_card.css b/frontends/etiquette_flask/static/css/photo_card.css index 615b8f7..4ee7a53 100644 --- a/frontends/etiquette_flask/static/css/photo_card.css +++ b/frontends/etiquette_flask/static/css/photo_card.css @@ -162,19 +162,19 @@ { align-self: center; } -.photo_card_filename:hover +.photo_card_grid .photo_card_filename:hover { overflow: visible; max-height: none; } -.photo_card_filename:hover a +.photo_card_grid .photo_card_filename:hover a { position: absolute; top: 0; left: 0; right: 0; background-color: inherit; - z-index: 1; + /*z-index: 1;*/ } .photo_card_tags {