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 }) => { <>