fix witdraw button cut-off when browser font-size is big
This commit is contained in:
parent
332745862e
commit
fda5eeb68a
@ -143,6 +143,7 @@ export const Middle = styled.div`
|
|||||||
export const PopupBox = styled.div<{ noPadding?: boolean; devMode: boolean }>`
|
export const PopupBox = styled.div<{ noPadding?: boolean; devMode: boolean }>`
|
||||||
height: 290px;
|
height: 290px;
|
||||||
width: 500px;
|
width: 500px;
|
||||||
|
overflow-y: scroll;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
Loading…
Reference in New Issue
Block a user