@ionic/core
Version:
Base components for Ionic
15 lines • 325 B
CSS
:host {
scroll-snap-align: center;
scroll-snap-stop: always;
flex-shrink: 0;
width: 100%;
overflow-y: scroll;
/* Hide scrollbar in Firefox */
scrollbar-width: none;
/* Hide scrollbar in IE and Edge */
-ms-overflow-style: none;
/* Hide scrollbar in webkit */
}
:host::-webkit-scrollbar {
display: none;
}