79643528

Date: 2025-05-29 08:11:09
Score: 1
Natty:
Report link

Just add one class to body like "prevent-scroll" while your loader is there and this style in class.

body.prevent-scroll{
  height: 100vh;
  overflow: hidden;
}

also do not forget to remove this class "prevent-scroll" from body after loading is done

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: vishal umaraniya