From 245441b69fad5f56f43ea1b5d189b4ddbbab2ebb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Wiedemann?= Date: Tue, 1 Aug 2023 12:26:44 +0000 Subject: [PATCH] fix: lock would not display on many browsers Fixes #740 --- src/styles.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/styles.ts b/src/styles.ts index c71bf1d..8d2699b 100644 --- a/src/styles.ts +++ b/src/styles.ts @@ -75,9 +75,6 @@ export const styles = css` white-space: nowrap; overflow: hidden; } - #aspect-ratio { - position: relative; - } #overlay { align-items: flex-start;