Badges: fix print centering — dissolve .main_content; hide footer/scroll buttons from print; document print layout architecture
This commit is contained in:
@@ -183,8 +183,14 @@
|
||||
/* Dissolve layout wrappers — removes their boxes from the layout while
|
||||
keeping children renderable. The badge section floats up to body
|
||||
as a direct flex child, so body's centering applies to it directly.
|
||||
This avoids all height-chain and overflow-clip issues. */
|
||||
This avoids all height-chain and overflow-clip issues.
|
||||
|
||||
Layers dissolved:
|
||||
#ae_main_content — events layout scroll container (flex-col, max-w-7xl, overflow-auto, bg-gray)
|
||||
.main_content — events layout inner section (grow, pb-48, pt-20+, items-center)
|
||||
#badge_render_area — print page badge wrapper (screen-only right padding) */
|
||||
#ae_main_content,
|
||||
.main_content,
|
||||
#badge_render_area {
|
||||
display: contents !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user