From b4eb2380964cd5e6501864f86b7fe44f3c80ce05 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Wed, 16 Oct 2024 10:08:01 +0200 Subject: [PATCH] Fix the sheets component --- src/components/Sheets/sheets.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Sheets/sheets.css b/src/components/Sheets/sheets.css index 53ada5c..789cd9f 100644 --- a/src/components/Sheets/sheets.css +++ b/src/components/Sheets/sheets.css @@ -1,5 +1,5 @@ .sheets { - position: absolute; + position: fixed; transition: transform 0.25s; background-color: var(--codex-background-secondary); z-index: 2;