Disable scrolling on the top level

This commit is contained in:
Thorsten Sommer 2024-05-30 11:12:35 +02:00
parent 11edd5827e
commit ba1998645a
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -15,7 +15,7 @@
<HeadOutlet/>
</head>
<body>
<body style="overflow: hidden;">
<Routes @rendermode="new InteractiveServerRenderMode(prerender: false)"/>
<script src="_framework/blazor.web.js"></script>
<script src="system/MudBlazor/MudBlazor.min.js"></script>