mirror of
https://github.com/Chanzhaoyu/chatgpt-web.git
synced 2025-10-19 01:54:24 +00:00
feat: iOS 安全距离
This commit is contained in:
@@ -6,4 +6,5 @@ body,
|
|||||||
|
|
||||||
body {
|
body {
|
||||||
padding-bottom: constant(safe-area-inset-bottom);
|
padding-bottom: constant(safe-area-inset-bottom);
|
||||||
|
padding-bottom: env(safe-area-inset-bottom);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user