css test
This commit is contained in:
@@ -35,4 +35,15 @@ main {
|
|||||||
.react-calendar{
|
.react-calendar{
|
||||||
margin: 10% auto;
|
margin: 10% auto;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
header{
|
||||||
|
padding-top: env(safe-area-inset-top) !important;
|
||||||
|
}
|
||||||
|
main {
|
||||||
|
padding-top: calc(50px + env(safe-area-inset-top)) !important;
|
||||||
|
padding-bottom: calc(0px + env(safe-area-inset-bottom)) !important;
|
||||||
|
}
|
||||||
|
.bottom-tabbar{
|
||||||
|
padding-bottom: env(safe-area-inset-bottom) !important;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user