IE 10+
.element {
-ms-overflow-style: none;
}
Firefox
.element {
scrollbar-width: none;
}
chrome 和 Safari
.element::-webkit-scrollbar {
width: 0 !important;
display: none;
}
.element {
-ms-overflow-style: none;
}
.element {
scrollbar-width: none;
}
.element::-webkit-scrollbar {
width: 0 !important;
display: none;
}