From 4e28cc13c9a6a262f0f9a2e917bb5d29bf4ecbc4 Mon Sep 17 00:00:00 2001 From: M A E R Y O Date: Mon, 31 Jul 2023 18:21:58 +0900 Subject: [PATCH] chore: removed duplicate z-index (#2583) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 이광오 --- 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 d30fb5435f..d8c6902da8 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; }