From 66ef5d6302cae67fca5404136d366add284e9f95 Mon Sep 17 00:00:00 2001 From: yoon Date: Thu, 13 Feb 2025 14:47:13 +0900 Subject: [PATCH] =?UTF-8?q?scrollbar-none=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/custom.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/css/custom.css b/public/css/custom.css index bee9d0c..9c4e7f6 100644 --- a/public/css/custom.css +++ b/public/css/custom.css @@ -100,4 +100,10 @@ .grayscaleImg { filter: grayscale(100%); } + + + /* scrollbar 안보이게 */ + .scrollbar-none { + scrollbar-width: none; + } \ No newline at end of file