diff --git a/management/templates/management/base.html b/management/templates/management/base.html index 66aab67..cacba97 100644 --- a/management/templates/management/base.html +++ b/management/templates/management/base.html @@ -9,6 +9,13 @@ assets/management.css's --color-club/--color-club-dark tokens, set per request from Club.secondary_color. Desktop only, matching the design's own scope for this surface -- no mobile nav here, unlike the club-facing chrome this replaces. + + The page itself scrolls (body/document), not a boxed-in
under a fixed- + height shell -- the sidebar and topbar are sticky (top-0) instead, same reasoning + (and same fix) as mobile/templates/mobile/base.html's own shell: a fixed shell + with an inner overflow-y-auto
reads as two separate scrollable areas + nested inside each other, most noticeable on a tall page like the week calendar + (event_list.html's own .cal-week-body, sized well past a screenful of hours). {% endcomment %} @@ -47,9 +54,9 @@ {% block extra_head %}{% endblock extra_head %} - -
-