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:
parent
83d0d0b920
commit
138f5d8030
@ -2670,7 +2670,7 @@ h3 {
|
||||
.weekly-settings-sidebar {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: -480px;
|
||||
right: 0;
|
||||
width: 480px;
|
||||
max-width: 90vw;
|
||||
height: 100vh;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user