fix(parallax): prime parallax position with pre-Blazor init script to kill Server->WASM position pop

This commit is contained in:
daniel-c-harvey
2026-06-11 16:08:55 -04:00
parent e077b8ec7b
commit a2f9742f8a
3 changed files with 99 additions and 0 deletions
+1
View File
@@ -20,6 +20,7 @@
<body>
<Routes @rendermode="InteractiveAuto" />
<script src="@Assets["_content/DeepDrftShared.Client/scripts/parallax-init.js"]"></script>
<script src="_framework/blazor.web.js"></script>
<script src=@Assets["_content/MudBlazor/MudBlazor.min.js"]></script>
<script type="module">