File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ const Container = styled.div`
40
40
transform: translate(-50%, -50%);
41
41
max-height: 80vh;
42
42
overflow-y: auto;
43
+ position: relative;
43
44
44
45
z-index: 10;
45
46
flex-direction: column;
@@ -73,16 +74,19 @@ const InnerContainer = styled.div`
73
74
flex-direction: column;
74
75
align-self: center;
75
76
gap: 24px;
76
- padding: 0 24px 24px;
77
+ padding: 16px 24px 24px;
77
78
` ;
78
79
79
80
const StyledButton = styled ( LightButton ) `
81
+ position: absolute;
82
+ top: 8px;
83
+ right: 8px;
80
84
border: none !important;
81
- padding: 8px !important;
85
+ padding: 4px !important;
82
86
border-radius: 7px !important;
83
87
height: fit-content !important;
84
- align-self: end;
85
88
.button-svg {
89
+ margin: 0;
86
90
path {
87
91
fill: ${ ( { theme } ) => theme . stroke } ;
88
92
}
You can’t perform that action at this time.
0 commit comments