@-moz-document url-prefix() { /* Disable scrollbar Firefox */
html{
scrollbar-width: none;
}
}
body {
margin: 0; /* remove default margin */
scrollbar-width: none; /* Also needed to disable scrollbar Firefox */
-ms-overflow-style: none; /* Disable scrollbar IE 10+ */
overflow-y: scroll;
}
body::-webkit-scrollbar {
width: 0px;
background: transparent; /* Disable scrollbar Chrome/Safari/Webkit */
}
body {
scrollbar-width: none;
}
Code Example |
---|
Css :: css put span on new line |
Css :: flex fill space |
Css :: css how does hsl work |
Css :: input disabled remove css |
Css :: css first element |
Css :: how to give text two colors in css |
Css :: border-box css |
Css :: prevent css animation reset |
Css :: red css color codes |
Css :: scale up and scale down animation in css |
Css :: video camera icon font awesome |
Css :: how to set fallback font in css |
Css :: soup css selector |
Css :: comment one line css |
Css :: css background transparency or alpha mode |
Css :: wrap none css |
Css :: row reverse grid |
Css :: how to make multiple borders using box shadow in css |
Css :: minimum margin css |
Css :: overflow x not hidden |
Css :: css image size adjust |
Css :: css top padding |
Css :: justify center wont wotk with max-width css |
Css :: css conver innertext to html using css |
Css :: css align center |
Css :: @supports css |
Css :: list decoration none |
Css :: rotate keyframe animation |
Css :: iconscout css |
Css :: hide page scrollbar css |