scroll bongda.com.vn (ok)

.productgallerywrapone {
     max-height: 360px;
     overflow-y: scroll;
     overflow-x: hidden;
     min-width: 100px;
     &::-webkit-scrollbar {
        width: 3px;
       background-color: #F5F5F5;
       -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
       box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
   	} 
   	&::-webkit-scrollbar-thumb {
       background-color: #CC292A;
   	}
	}

Last updated

Was this helpful?