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;