fix(safari): account for larger header in notifications/explore
This commit is contained in:
parent
1a532265fb
commit
6c59791682
4 changed files with 5 additions and 3 deletions
|
@ -102,6 +102,7 @@ export default defineConfig({
|
|||
}],
|
||||
['box-shadow-outline', { 'box-shadow': '0 0 0 1px var(--c-primary)' }],
|
||||
['mobile-padding-top', { 'padding-top': 'calc(4rem + 1px)' }], // in sm screen size header is fixed (instead of sticky) and parent have this padding, to prevent flickering in iOS Safari
|
||||
['mobile-padding-top-large-header', { 'padding-top': 'calc(6.5rem + 1px)' }],
|
||||
['mobile-padding-bottom', { 'padding-bottom': '3.5rem' }], // in sm screen size footer is fixed (instead of sticky) and parent have this padding, to prevent flickering in iOS Safari
|
||||
],
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue