fix: revert #660 + patch

This commit is contained in:
patak 2022-12-30 19:16:23 +01:00
parent 6a5383b595
commit ff73614228
5 changed files with 6 additions and 10 deletions

View file

@ -4,14 +4,13 @@ defineProps<{
backOnSmallScreen?: boolean
/** Show the back button on both small and big screens */
back?: boolean
largeHeader?: boolean
}>()
</script>
<template>
<div relative :class="largeHeader ? 'mobile-padding-top-large-header' : 'mobile-padding-top'" sm:pt-0>
<div relative>
<div
fixed sm:sticky w-full top-0 z10
sticky top-0 z10
border="b base" bg-base
>
<div flex justify-between px5 py4>