fix: restore settings sidebar visibility by fixing CSS positioning

- Reverted right: -480px to right: 0 in globals.css

- Maintained widened sidebar (480px) while fixing the translateX animation conflict
This commit is contained in:
mARTin 2026-02-23 22:06:16 +01:00
parent 83d0d0b920
commit 138f5d8030

View File

@ -2670,7 +2670,7 @@ h3 {
.weekly-settings-sidebar { .weekly-settings-sidebar {
position: fixed; position: fixed;
top: 0; top: 0;
right: -480px; right: 0;
width: 480px; width: 480px;
max-width: 90vw; max-width: 90vw;
height: 100vh; height: 100vh;