From 087238bfad247efb544f10126e0aacdd37086621 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Sat, 2 Jan 2021 23:52:46 -0800 Subject: [PATCH] Remove z-index from selected photo overlay. It's not necessary. --- frontends/etiquette_flask/static/css/photo_card.css | 1 - 1 file changed, 1 deletion(-) diff --git a/frontends/etiquette_flask/static/css/photo_card.css b/frontends/etiquette_flask/static/css/photo_card.css index 5358830..2169843 100644 --- a/frontends/etiquette_flask/static/css/photo_card.css +++ b/frontends/etiquette_flask/static/css/photo_card.css @@ -219,5 +219,4 @@ border: 2px solid blue; background-color: rgba(0, 0, 255, 0.25); border-radius: inherit; - z-index: 1; }