mempool/frontend/src/app/components/start/start.component.scss
2020-05-30 18:04:06 +07:00

12 lines
210 B
SCSS

#blockchain-container {
position: relative;
overflow-x: scroll;
overflow-y: hidden;
scrollbar-width: none;
-ms-overflow-style: none;
}
#blockchain-container::-webkit-scrollbar {
display: none;
}