From 5082dd2de5ba7aa09b4cf5f9f1ec81d8396d7147 Mon Sep 17 00:00:00 2001 From: dyhj625 Date: Tue, 25 Mar 2025 11:19:44 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B2=8C=EC=8B=9C=ED=8C=90=20=ED=94=84?= =?UTF-8?q?=EB=A1=9C=ED=95=84=20=EC=BB=A4=EC=84=9C=20=EC=95=88=EB=9C=A8?= =?UTF-8?q?=EA=B2=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/custom.css | 6 +++++- src/components/board/BoardProfile.vue | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/public/css/custom.css b/public/css/custom.css index bd9559d..743658b 100644 --- a/public/css/custom.css +++ b/public/css/custom.css @@ -795,4 +795,8 @@ input:checked + .slider:before { right: 20px; } -/* toast end */ \ No newline at end of file +/* toast end */ + +.cursor-none{ + cursor: none !important; +} \ No newline at end of file diff --git a/src/components/board/BoardProfile.vue b/src/components/board/BoardProfile.vue index be278f8..00a4a87 100644 --- a/src/components/board/BoardProfile.vue +++ b/src/components/board/BoardProfile.vue @@ -1,7 +1,7 @@