diff options
| author | bobzel <zzzman@gmail.com> | 2024-09-04 22:58:40 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-09-04 22:58:40 -0400 |
| commit | 9014cc474a039f0daef6cc0ee2011329da7703ac (patch) | |
| tree | 12f45bb9b20d8ee435ad8d7dc9d1b505a493b03a /src/client/views/nodes/calendarBox/CalendarBox.scss | |
| parent | df5217eea01b6ee3ce03ceede030306d05f19c58 (diff) | |
more fixes for calendarBox to preserve selection when view changes.
Diffstat (limited to 'src/client/views/nodes/calendarBox/CalendarBox.scss')
| -rw-r--r-- | src/client/views/nodes/calendarBox/CalendarBox.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/calendarBox/CalendarBox.scss b/src/client/views/nodes/calendarBox/CalendarBox.scss index df6ce3e64..f8ac4b2d1 100644 --- a/src/client/views/nodes/calendarBox/CalendarBox.scss +++ b/src/client/views/nodes/calendarBox/CalendarBox.scss @@ -2,6 +2,7 @@ display: flex; width: 100%; height: 100%; + transform-origin: top left; .calendarBox-wrapper { width: 100%; height: 100%; |
