@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 +4 -0
- package/index.cjs.map +1 -1
- package/index.js +4 -0
- package/index.js.map +1 -1
- package/package.json +3 -3
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;
|