Skip to content

Commit

Permalink
Merge pull request #6 from code-wallet/issue-5
Browse files Browse the repository at this point in the history
change to px values to avoid rem bug in issue-5
  • Loading branch information
zfedoran authored Nov 8, 2023
2 parents 65ef6c0 + cad67db commit fa58ee6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
const _ = (v:string) => v + ' !important';
return {
display: _('inline-block'),
width: _('13.875rem'),
height: _('3.75rem'),
width: _('222px'),
height: _('60px'),
// We have to set this to make sure the iframe stays transparent.
// Completely counter-intuitive.
// https://bugs.chromium.org/p/chromium/issues/detail?id=1150352
Expand Down

0 comments on commit fa58ee6

Please sign in to comment.