scrollbar-none 추가

This commit is contained in:
yoon 2025-02-13 14:47:13 +09:00
parent 558008acc5
commit 66ef5d6302

View File

@ -100,4 +100,10 @@
.grayscaleImg {
filter: grayscale(100%);
}
/* scrollbar 안보이게 */
.scrollbar-none {
scrollbar-width: none;
}