fix witdraw button cut-off when browser font-size is big

This commit is contained in:
Sebastian 2022-03-14 12:14:29 -03:00
parent 332745862e
commit fda5eeb68a
No known key found for this signature in database
GPG Key ID: BE4FF68352439FC1

View File

@ -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;