feat: 处理安全底部区域的问题
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
},
|
},
|
||||||
"safearea" : {
|
"safearea" : {
|
||||||
"bottom" : {
|
"bottom" : {
|
||||||
"offset" : "auto"
|
"offset" : "none"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"modules" : {},
|
"modules" : {},
|
||||||
|
|||||||
@@ -316,5 +316,5 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.pb-safe-area {
|
.pb-safe-area {
|
||||||
padding-bottom: Max(env(safe-area-inset-bottom), 12px);
|
padding-bottom: Max(env(safe-area-inset-bottom), 4px);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user