MajesticBay / basement-studio

0 stars 0 forks source link

Overscroll issue #8

Closed shweps13 closed 1 year ago

shweps13 commented 1 year ago

Aug-01-2023 17-01-11

shweps13 commented 1 year ago

Aug-01-2023 17-23-49

shweps13 commented 1 year ago

The easiest fix it inside of CSS for that is:

body {
    overscroll-behavior: none;
}

Solution added to #10