I know it is repetitive question but problem remained unsolved tried various approaches show in various sites but in chrome the scroll bar is hiding and it is working fine but in Mozilla Firefox it is displaying the scroll bar even i applied the hidden properties for -moz.
below is my code :
.scroll-box {
overflow-y: scroll;
height: 100px;
padding: 1rem;
overflow-x: hidden;
}
// this is for google
.scroll-box::-webkit-scrollbar {
display: none;
}
for Firefox i tried this from documentation then also it is displaying the scroll bar
overflow-y: -moz-hidden-hidden
below is the url sample: