From eb294b111da5a0a8e5e15409bf96031232feddeb Mon Sep 17 00:00:00 2001 From: Timo Date: Wed, 25 Jun 2025 09:37:38 +0200 Subject: [PATCH] revert android overlay app_bar --- src/AppBar.module.css | 5 +---- src/AppBar.tsx | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/src/AppBar.module.css b/src/AppBar.module.css index 8298f6a4..805b7802 100644 --- a/src/AppBar.module.css +++ b/src/AppBar.module.css @@ -2,10 +2,7 @@ block-size: 64px; flex-shrink: 0; } -/*show the header bar as an overlay over the video. (android)*/ -.overlay { - block-size: 0px; -} + .bar > header { position: absolute; inset-inline: 0; diff --git a/src/AppBar.tsx b/src/AppBar.tsx index a9cf027f..63db10d4 100644 --- a/src/AppBar.tsx +++ b/src/AppBar.tsx @@ -64,10 +64,7 @@ export const AppBar: FC = ({ children }) => { <>