anentrypoint-design 0.0.219 → 0.0.220
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app-shell.css +1 -1
- package/dist/247420.css +1 -1
- package/dist/247420.js +11 -11
- package/package.json +1 -1
package/app-shell.css
CHANGED
|
@@ -353,7 +353,7 @@ body.canvas-host { background: transparent !important; }
|
|
|
353
353
|
failure mode any long-scroll page (a marketing/landing route) hits. Grow
|
|
354
354
|
children (.chat/.grow/etc.) re-assert flex:1 1 auto below via higher
|
|
355
355
|
specificity, so a single full-height pane still fills the region. */
|
|
356
|
-
.app-main > * { min-height: 0; flex
|
|
356
|
+
.app-main > * { min-height: 0; flex: none; }
|
|
357
357
|
/* The main region scrolls its own overflow at every breakpoint (previously
|
|
358
358
|
only ≥901px), so a fixed-height .app never clips route content and inner
|
|
359
359
|
panels don't fight the page scroll. */
|
package/dist/247420.css
CHANGED
|
@@ -807,7 +807,7 @@
|
|
|
807
807
|
failure mode any long-scroll page (a marketing/landing route) hits. Grow
|
|
808
808
|
children (.chat/.grow/etc.) re-assert flex:1 1 auto below via higher
|
|
809
809
|
specificity, so a single full-height pane still fills the region. */
|
|
810
|
-
.ds-247420 .app-main > * { min-height: 0; flex
|
|
810
|
+
.ds-247420 .app-main > * { min-height: 0; flex: none; }
|
|
811
811
|
/* The main region scrolls its own overflow at every breakpoint (previously
|
|
812
812
|
only ≥901px), so a fixed-height .app never clips route content and inner
|
|
813
813
|
panels don't fight the page scroll. */
|