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