Make sure the viewport is configured correctly:
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
Make sure you donβt have content that is larger than the viewport.
For example, if you have an image that is larger than the viewport, set CSS to
max-width:100%;
source share