/*=========
scrollbar
=========*/
.scroll__inner {
background-color: #ffffff;
padding: 0 0 px 0;
overflow-x: scroll;
-ms-overflow-style: none;
/* IE, Edge 対応 */
scrollbar-width: none;
/* Firefox 対応 */
}
.scroll__inner::-webkit-scrollbar {
/* Chrome, Safari 対応 */
display: none;
}
.simplebar-scrollbar::before {
background: #ffffff;
20
border-radius: 0;
height: 5px !important;
margin-left: 2px;
margin-top: 3px;
}
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter