mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 09:33:46 +00:00
Fix AdminSettings mobile: scroll to top on open and add safe area padding
This commit is contained in:
@@ -890,6 +890,10 @@
|
||||
padding-bottom: calc(0.5rem + var(--safe-area-inset-bottom));
|
||||
}
|
||||
|
||||
.pt-safe {
|
||||
padding-top: env(safe-area-inset-top, 0px);
|
||||
}
|
||||
|
||||
/* Skeleton loader */
|
||||
.skeleton {
|
||||
@apply bg-dark-800 rounded-lg animate-pulse;
|
||||
|
||||
Reference in New Issue
Block a user