From 65c885dcb3f76ac573890fb3a9edcaf8c5b15b60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=EA=B4=91=EC=98=A4?= Date: Sun, 30 Jul 2023 21:24:58 +0900 Subject: [PATCH] fix: removed duplicate z-index --- frontend/src/css/dashboard.css | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/css/dashboard.css b/frontend/src/css/dashboard.css index d30fb543..d8c6902d 100644 --- a/frontend/src/css/dashboard.css +++ b/frontend/src/css/dashboard.css @@ -175,7 +175,6 @@ table tr>*:last-child { max-width: 25em; width: 90%; max-height: 95%; - z-index: 99999; animation: .1s show forwards; }