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
|
@ -4,11 +4,12 @@ defineProps<{
|
|||
backOnSmallScreen?: boolean
|
||||
/** Show the back button on both small and big screens */
|
||||
back?: boolean
|
||||
largeHeader?: boolean
|
||||
}>()
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div relative mobile-padding-top sm:pt-0>
|
||||
<div relative :class="largeHeader ? 'mobile-padding-top-large-header' : 'mobile-padding-top'" sm:pt-0>
|
||||
<div
|
||||
fixed sm:sticky w-full top-0 z10
|
||||
border="b base" bg-base
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue