Not able to scroll in mobile

I have put media quary in my code for screen below 400px and i am not able to scroll my screen in in mobile view but i am able to do so in my laptop screen which is also under media quary

@gokul1300202002 ,

Share your code link here, will check and let you know

@athiras199623,

@gokul1300202002 ,

Try this change in your code at media query for mobiles.

@media screen and (min-width:0px) and (max-width:400px){

@athiras199623
not working mam