Browse Source

fix more progress recursion

pull/138/head
Jelle van Snik 3 years ago
parent
commit
f8b5c4169c
  1. 2
      src/components/layout/Navigation.tsx

2
src/components/layout/Navigation.tsx

@ -12,7 +12,7 @@ export interface NavigationProps { @@ -12,7 +12,7 @@ export interface NavigationProps {
export function Navigation(props: NavigationProps) {
return (
<div className="fixed left-0 right-0 top-0 z-10 flex min-h-[88px] items-center justify-between py-5 px-7">
<div className="fixed left-0 right-0 top-0 z-10 mt-[env(safea-area-inset-top)] flex min-h-[88px] items-center justify-between py-5 px-7">
<div
className={`${
props.bg ? "opacity-100" : "opacity-0"

Loading…
Cancel
Save