From 000679252072e0805737d6358227ca4e28c84b05 Mon Sep 17 00:00:00 2001 From: Hyeonjong Date: Sun, 5 Dec 2021 23:01:23 +0900 Subject: [PATCH] Fix the card front that looks overlapping part of the card back --- website/static/css/custom.css | 1 + 1 file changed, 1 insertion(+) diff --git a/website/static/css/custom.css b/website/static/css/custom.css index a0556053e378..eb50deecf550 100644 --- a/website/static/css/custom.css +++ b/website/static/css/custom.css @@ -123,6 +123,7 @@ div.jest-card-front, } div.jest-card-front { + z-index: 1; background-color: #fff; border: 1px solid #bbb; }