Closed f0o closed 1 year ago
Turns out it was ts issue... Closing
i am not sure if this is a ts issue, i run into the same problem and it is causing the variant class to be missing in the produced main
tag created by AutoAdjust
-> class="mdc-top-app-bar--short-fixed-adjust" is missing (for variant=short) and thus the navbar is placed above content hiding whats underneath
The workaround for now is that i add the mdc-top-app-bar--short-fixed-adjust
class to the AutoAdjust component in my layout directly, which is ok because my variant does not change dynamically, but its still a hack
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
Expected behavior Example should not error and actually work on latest sveltekit (since sveltekit is now being forced by svelte it seems)
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context Add any other context about the problem here.