From e091d6dfe2828fcab9d237291a9af18a8bc4c2a0 Mon Sep 17 00:00:00 2001 From: leebj Date: Thu, 8 Aug 2024 13:45:10 +0900 Subject: [PATCH] =?UTF-8?q?css=EC=88=98=EC=A0=95(hidden=20=EC=96=B4?= =?UTF-8?q?=ED=8A=B8=EB=A6=AC=EB=B7=B0=ED=8A=B8)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/resources/applib/css/overwrite.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/webapp/resources/applib/css/overwrite.css b/src/main/webapp/resources/applib/css/overwrite.css index 73bdf6e..ff4ab99 100644 --- a/src/main/webapp/resources/applib/css/overwrite.css +++ b/src/main/webapp/resources/applib/css/overwrite.css @@ -1,6 +1,9 @@ @charset "UTF-8"; /** 스타일 재정의 */ +[hidden] { + display: none !important; +} /** 컨테이너 사이즈 */ @media (min-width: 1400px) {