fix: create shared class to add bottom spacing (#3269)
This commit is contained in:
@@ -507,6 +507,10 @@
|
||||
@apply hidden;
|
||||
}
|
||||
}
|
||||
|
||||
.extra-bottom-space {
|
||||
height: calc(4rem + env(safe-area-inset-bottom));
|
||||
}
|
||||
}
|
||||
|
||||
.ptr--ptr {
|
||||
|
||||
Reference in New Issue
Block a user