fix: mobile header and footer prevent flicker on ios safari (#660)

This commit is contained in:
Joel Drake 2022-12-30 15:06:48 +01:00 committed by GitHub
parent 13887a33da
commit 1bb8963d98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 4 deletions

View file

@ -8,9 +8,9 @@ defineProps<{
</script>
<template>
<div relative>
<div relative mobile-padding-top sm:pt-0>
<div
sticky top-0 z10
fixed sm:sticky w-full top-0 z10
border="b base" bg-base
>
<div flex justify-between px5 py4>