mirror of
https://github.com/SECTL/SecScore.git
synced 2026-07-21 09:39:03 +08:00
移动端适配:Android 默认竖屏并隐藏窗口控制,预留顶部状态栏安全区
This commit is contained in:
@@ -58,6 +58,10 @@ html.platform-ios #root {
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
html.platform-android {
|
||||
--ss-safe-area-top: max(env(safe-area-inset-top, 0px), 24px);
|
||||
}
|
||||
|
||||
input,
|
||||
textarea {
|
||||
user-select: text;
|
||||
|
||||
Reference in New Issue
Block a user