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 }>`
|
||||
height: 290px;
|
||||
width: 500px;
|
||||
overflow-y: scroll;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
|
Loading…
Reference in New Issue
Block a user