@@ -2,6 +2,12 @@
box-sizing: border-box;
white-space: nowrap;
+ &::-webkit-scrollbar{
+ width: 0;
+ height: 0;
+ color: transparent;
+ }
+
.slideview-content {
min-width: 100%;
display: inline-block;