Scaffold: remove bottom dock padding

This commit is contained in:
thislight 2024-11-19 17:55:36 +08:00
parent 15974af792
commit fd1c6fae99
No known key found for this signature in database
GPG key ID: FCFE5192241CCD4E
2 changed files with 1 additions and 2 deletions

View file

@ -32,7 +32,6 @@
left: 0;
right: 0;
z-index: var(--tutu-zidx-nav, auto);
padding-bottom: var(--safe-area-inset-bottom, 0);
}
.Scaffold {