mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
fix(mobile): adjust body padding-bottom for app tab (#8944)
This commit is contained in:
@@ -19,7 +19,7 @@ globalStyle('body', {
|
||||
overflowY: 'unset',
|
||||
});
|
||||
globalStyle('body:has(#app-tabs)', {
|
||||
paddingBottom: globalVars.appTabHeight,
|
||||
paddingBottom: `calc(${globalVars.appTabHeight} + env(safe-area-inset-bottom))`,
|
||||
});
|
||||
globalStyle('html', {
|
||||
height: '100dvh',
|
||||
|
||||
Reference in New Issue
Block a user