File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ const QuizzesModal = ({
40
40
< ModalOverlay bg = "blackAlpha.700" />
41
41
42
42
< Center as = { ModalContent } m = { 0 } bg = { getStatusColor ( ) } py = "16" >
43
- < ModalCloseButton size = "lg" p = "6" />
43
+ < ModalCloseButton size = "lg" p = "6" sx = { { zIndex : '999' } } />
44
44
{ children }
45
45
</ Center >
46
46
</ ChakraModal >
Original file line number Diff line number Diff line change @@ -862,7 +862,7 @@ const RunANodePage = () => {
862
862
</ Column >
863
863
</ StakingCalloutContainer >
864
864
< Content >
865
- < H3 id = "plan-on-staking" sx = { { display : 'flex' , alignItems : 'center' } } >
865
+ < H3 id = "plan-on-staking" >
866
866
< Emoji text = ":cut_of_meat:" fontSize = "2em" me = "4" />
867
867
{ t ( "page-run-a-node-staking-plans-title" ) }
868
868
</ H3 >
@@ -875,7 +875,7 @@ const RunANodePage = () => {
875
875
{ t ( "page-run-a-node-staking-plans-ethstaker-link-label" ) }
876
876
</ InlineLink >
877
877
</ Text >
878
- < H3 id = "rasp-pi" sx = { { display : 'flex' , alignItems : 'center' } } >
878
+ < H3 id = "rasp-pi" >
879
879
< Emoji text = ":pie:" fontSize = "2em" me = "4" />
880
880
{ t ( "page-run-a-node-rasp-pi-title" ) }
881
881
</ H3 >
You can’t perform that action at this time.
0 commit comments