feat(ProviderNav): update mobile layout to use bottom floating navigation and improve scroll handling

This commit is contained in:
LTbinglingfeng
2026-02-01 02:24:05 +08:00
parent 237cca5680
commit f8c4a434ed
3 changed files with 88 additions and 19 deletions

View File

@@ -27,6 +27,10 @@
display: flex;
flex-direction: column;
gap: $spacing-xl;
@include mobile {
padding-bottom: calc(72px + env(safe-area-inset-bottom));
}
}
.section {