We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12d1f4c commit eb294b1Copy full SHA for eb294b1
src/AppBar.module.css
@@ -2,10 +2,7 @@
2
block-size: 64px;
3
flex-shrink: 0;
4
}
5
-/*show the header bar as an overlay over the video. (android)*/
6
-.overlay {
7
- block-size: 0px;
8
-}
+
9
.bar > header {
10
position: absolute;
11
inset-inline: 0;
src/AppBar.tsx
@@ -64,10 +64,7 @@ export const AppBar: FC<Props> = ({ children }) => {
64
<>
65
<div
66
style={{ display: hidden ? "none" : "block" }}
67
- className={classNames(
68
- styles.bar,
69
- platform === "android" && styles.overlay,
70
- )}
+ className={styles.bar}
71
>
72
<Header>
73
<LeftNav>
0 commit comments