There was an error while loading. Please reload this page.
1 parent 29bc935 commit c56f4e4Copy full SHA for c56f4e4
1 file changed
packages/module/src/Tearsheet/Tearsheet.tsx
@@ -9,7 +9,8 @@ const useStyles = createUseStyles({
9
maxWidth: 'calc(100% - 4rem) !important',
10
height: 'calc(100% - 4rem) !important',
11
maxHeight: 'calc(100% - 4rem) !important',
12
- insetBlockStart: '2rem !important',
+ insetBlockStart: 'auto !important',
13
+ alignSelf: 'end !important'
14
borderBottomLeftRadius: '0',
15
borderBottomRightRadius: '0',
16
'&.pf-v6-c-modal-animated': {
0 commit comments