Remove z-index from selected photo overlay. It's not necessary.

This commit is contained in:
voussoir 2021-01-02 23:52:46 -08:00
parent 750bb51868
commit 087238bfad

View file

@ -219,5 +219,4 @@
border: 2px solid blue; border: 2px solid blue;
background-color: rgba(0, 0, 255, 0.25); background-color: rgba(0, 0, 255, 0.25);
border-radius: inherit; border-radius: inherit;
z-index: 1;
} }