gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] 01/04: fix witdraw button cut-off when browser font-


From: gnunet
Subject: [taler-wallet-core] 01/04: fix witdraw button cut-off when browser font-size is big
Date: Mon, 14 Mar 2022 19:21:33 +0100

This is an automated email from the git hooks/post-receive script.

sebasjm pushed a commit to branch master
in repository wallet-core.

commit fda5eeb68a919e82ffff463ff5a67890cb9e6226
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Mon Mar 14 12:14:29 2022 -0300

    fix witdraw button cut-off when browser font-size is big
---
 packages/taler-wallet-webextension/src/components/styled/index.tsx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/packages/taler-wallet-webextension/src/components/styled/index.tsx 
b/packages/taler-wallet-webextension/src/components/styled/index.tsx
index 92f149ea..608e4af7 100644
--- a/packages/taler-wallet-webextension/src/components/styled/index.tsx
+++ b/packages/taler-wallet-webextension/src/components/styled/index.tsx
@@ -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;

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]