Is there a way to disable the scroll bar on a webpage??
yes there is, put it in your stylesheet:
body {
overflow: hidden;
}
Is there a way to disable the scroll bar on a webpage??
yes there is, put it in your stylesheet:
body {
overflow: hidden;
}
:: Copyright KIRUPA 2024 //--