File tree Expand file tree Collapse file tree
packages/module/src/Tearsheet Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,21 +26,18 @@ const useStyles = createUseStyles({
2626 maxWidth : 'calc(100% - 2rem) !important' ,
2727 height : 'calc(100% - 6rem) !important' ,
2828 maxHeight : 'calc(100% - 6rem) !important' ,
29- insetBlockStart : '3rem !important' ,
3029 } ,
3130 '&.pf-m-stack-level-2' : {
3231 width : 'calc(100% - 0rem) !important' ,
3332 maxWidth : 'calc(100% - 0rem) !important' ,
3433 height : 'calc(100% - 8rem) !important' ,
3534 maxHeight : 'calc(100% - 8rem) !important' ,
36- insetBlockStart : '4rem !important' ,
3735 } ,
3836 '&.pf-m-stack-hidden' : {
3937 width : 'calc(100% - 4rem) !important' ,
4038 maxWidth : 'calc(100% - 4rem) !important' ,
4139 height : 'calc(100% - 4rem) !important' ,
4240 maxHeight : 'calc(100% - 4rem) !important' ,
43- insetBlockStart : '3rem !important' ,
4441 opacity : '0 !important' ,
4542 pointerEvents : 'none !important' ,
4643 } ,
You can’t perform that action at this time.
0 commit comments