diff --git a/public/css/custom.css b/public/css/custom.css index a105678..d9c6ca3 100644 --- a/public/css/custom.css +++ b/public/css/custom.css @@ -80,4 +80,10 @@ .grayscaleImg { filter: grayscale(100%); } + + + /* scrollbar 안보이게 */ + .scrollbar-none { + scrollbar-width: none; + } \ No newline at end of file diff --git a/src/components/board/BoardComment.vue b/src/components/board/BoardComment.vue index 46104a5..cede771 100644 --- a/src/components/board/BoardComment.vue +++ b/src/components/board/BoardComment.vue @@ -135,4 +135,4 @@ const submitEdit = () => { emit('toggleEdit', props.comment.commentId, false); // 수정 모드 종료 }; - \ No newline at end of file + diff --git a/src/components/category/CategoryBtn.vue b/src/components/category/CategoryBtn.vue index 7c0df23..6536b88 100644 --- a/src/components/category/CategoryBtn.vue +++ b/src/components/category/CategoryBtn.vue @@ -1,6 +1,6 @@