File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @kne-components/components-core" ,
3- "version" : " 0.3.29 " ,
3+ "version" : " 0.3.30 " ,
44 "files" : [
55 " build"
66 ],
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ const ModalOuter = ({
112112 targetProps,
113113 } ) => {
114114 const modalBodyRef = useRef ( null ) ;
115- return ( < div className = { style [ "modal-outer" ] } data-testid = "components-core-modal" >
115+ return ( < div className = { classnames ( style [ "modal-outer" ] , 'modal-container' ) } data-testid = "components-core-modal" >
116116 { closable === false ? null : ( < Button
117117 data-testid = "components-core-modal-close-btn"
118118 className = { classnames ( style [ "modal-close" ] , "modal-close" ) }
Original file line number Diff line number Diff line change 135135}
136136
137137.modal-body {
138- --modal-height : calc (100vh - 160 px );
138+ --modal-height : calc (100vh - 60 px );
139139 max-height : var (--modal-height );
140140 min-height : var (--min-modal-height );
141141
You can’t perform that action at this time.
0 commit comments