We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to make the card go below the bottom bar instead of over it (look at the video) ? I tried changing the z-index but it has no effect.
framework: sveltekit layout.svelte
onNavigate((navigation) => { // @ts-ignore if (!document.startViewTransition) return; return new Promise((resolve) => { // @ts-ignore document.startViewTransition(async () => { resolve(); await navigation.complete; }); }); });
the class of my bottom bar
.bottomNav { view-transition-name: none; z-index: 150; position: absolute; inset: 0 auto 0 0; }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is it possible to make the card go below the bottom bar instead of over it (look at the video) ? I tried changing the z-index but it has no effect.
framework: sveltekit
layout.svelte
the class of my bottom bar
animation_bug.mp4
The text was updated successfully, but these errors were encountered: