@elicecontents/content-ui 1.1.3-rc.0 → 1.1.3-rc.1
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/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -11946,7 +11946,6 @@ var HeaderContainer2 = ({ children, sx }) => {
|
|
|
11946
11946
|
var ContentContainerInner2 = (0, import_styled17.default)(import_material49.Stack)`
|
|
11947
11947
|
flex: 1;
|
|
11948
11948
|
width: 100%;
|
|
11949
|
-
max-height: calc(100vh - 4.625rem - 5rem);
|
|
11950
11949
|
overflow-y: auto;
|
|
11951
11950
|
min-height: 0;
|
|
11952
11951
|
position: relative;
|
|
@@ -12145,7 +12144,8 @@ var SubtitleContainer2 = (0, import_styled17.default)(import_material49.Stack)`
|
|
|
12145
12144
|
var ContentContainerWrapper2 = (0, import_styled17.default)(import_material49.Stack)({
|
|
12146
12145
|
position: "relative",
|
|
12147
12146
|
width: "100%",
|
|
12148
|
-
|
|
12147
|
+
flex: 1,
|
|
12148
|
+
minHeight: 0
|
|
12149
12149
|
});
|
|
12150
12150
|
var ScrollMoreButton2 = (0, import_styled17.default)(import_material49.Button)`
|
|
12151
12151
|
position: absolute;
|