mempool/frontend/src/app/components/start/start.component.scss

12 lines
210 B
SCSS
Raw Normal View History

2020-05-22 08:22:23 +02:00
#blockchain-container {
position: relative;
overflow-x: scroll;
overflow-y: hidden;
scrollbar-width: none;
2020-05-30 13:04:06 +02:00
-ms-overflow-style: none;
}
#blockchain-container::-webkit-scrollbar {
display: none;
}