feat: 处理安全底部区域的问题
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
},
|
||||
"safearea" : {
|
||||
"bottom" : {
|
||||
"offset" : "auto"
|
||||
"offset" : "none"
|
||||
}
|
||||
},
|
||||
"modules" : {},
|
||||
|
||||
@@ -316,5 +316,5 @@
|
||||
}
|
||||
|
||||
.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