@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.js CHANGED
@@ -14964,6 +14964,10 @@ const ov = f.div`
14964
14964
  border-radius: ${io("border-radius")};
14965
14965
  overflow: hidden;
14966
14966
 
14967
+ /* Fill parent flex container so ViewContent can scroll */
14968
+ flex: 1;
14969
+ min-height: 0;
14970
+
14967
14971
  /* When collapsed, don't take up flex space - only show header */
14968
14972
  ${({ collapsed: e }) => e && `
14969
14973
  flex: 0 0 auto !important;