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