@kosdev-code/base-ui-components 0.1.0-dev.5639 → 0.1.0-dev.5641

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/index.cjs CHANGED
@@ -3416,6 +3416,10 @@
3416
3416
  border-radius: ${Bt("border-radius")};
3417
3417
  overflow: hidden;
3418
3418
 
3419
+ /* Fill parent flex container so ViewContent can scroll */
3420
+ flex: 1;
3421
+ min-height: 0;
3422
+
3419
3423
  /* When collapsed, don't take up flex space - only show header */
3420
3424
  ${({collapsed:e})=>e&&`
3421
3425
  flex: 0 0 auto !important;