I made a small sensor application in Blazor server.
However, when I view the app on my phone, it shows these scrolling bars (I always need to pinch/zoom out my page to make the scrolling bars disappear and show the app like it should).
It looks like the app is zoomed in at all times when I reload, even tho I set the viewport in _hosts
file (<meta name="viewport" content="width=device-width, initial-scale=1.0">
).
Do not know if this is relevant information, but I'm also using MudBlazor in the frontend.
It makes the app unusable and unpleasant to consult because half of my dashboard is not visible.
Any ideas to what the problem could be? Thanks.