fix(aigc detail): add safe area bottom padding
adjust page padding to avoid content overlapping with mobile gesture area
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow: hidden;
|
||||
padding: 0 12px;
|
||||
padding: 0 12px calc(12px + env(safe-area-inset-bottom));
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user