@@ -24,7 +24,6 @@ const GetSCRDialog = props => {
2424 "& .MuiDialog-paper" : {
2525 width : "54.4rem" ,
2626 maxWidth : "100%" ,
27- padding : "4rem 3.2rem" ,
2827 borderRadius : "2rem" ,
2928 } ,
3029 } ,
@@ -33,11 +32,10 @@ const GetSCRDialog = props => {
3332 "& .MuiDialog-paper" : {
3433 margin : 0 ,
3534 borderRadius : 0 ,
36- height : "calc(var(--vh, 1vh) * 100) " ,
35+ height : "100dvh " ,
3736 maxHeight : "unset" ,
3837 minWidth : "unset" ,
3938 width : "100%" ,
40- padding : "1.6rem 2rem 2rem" ,
4139 } ,
4240 } ,
4341 } ) ,
@@ -48,18 +46,18 @@ const GetSCRDialog = props => {
4846 < DialogTitle
4947 sx = { {
5048 position : "relative" ,
51- height : [ "3.2rem " , "3 .6rem" ] ,
49+ height : [ "4.8rem " , "7 .6rem" ] ,
5250 fontSize : [ "2rem" , "2.4rem" ] ,
5351 lineHeight : "3.6rem" ,
5452 fontWeight : 600 ,
55- p : 0 ,
53+ p : [ "1.6rem 2rem 0" , "4rem 3.2rem 0" ] ,
5654 mb : [ "0.8rem" , "2.4rem" ] ,
5755 textAlign : "center" ,
5856 } }
5957 >
6058 < span > Get SCR</ span >
6159 < IconButton
62- sx = { { position : "absolute" , right : "- 0.8rem", top : [ "-0.1rem " , "- 1.6rem" ] , "&:hover" : { backgroundColor : "unset" } } }
60+ sx = { { position : "absolute" , right : [ " 0.8rem", "1.6rem" ] , top : [ "0.8rem " , "1.6rem" ] , "&:hover" : { backgroundColor : "unset" } } }
6361 onClick = { onClose }
6462 >
6563 < SvgIcon sx = { { fontSize : "1.8rem" } } component = { CloseSvg } inheritViewBox > </ SvgIcon >
@@ -68,8 +66,9 @@ const GetSCRDialog = props => {
6866
6967 < DialogContent
7068 sx = { {
71- p : 0 ,
7269 minHeight : "50rem" ,
70+ p : [ "0 2rem 2rem" , "0 3.2rem 3.2rem" ] ,
71+
7372 "&::-webkit-scrollbar-thumb" : {
7473 backgroundColor : "rgba(209, 205, 204, 0.6)" ,
7574 borderRadius : "8px" ,
0 commit comments