Skip to content

Commit

Permalink
Merge branch 'development' of github.com:AmbireTech/ambire-wallet int…
Browse files Browse the repository at this point in the history
…o development
  • Loading branch information
stojnovsky committed Jan 8, 2024
2 parents fe5270c + eb5baa1 commit 98e13dd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ body {
color: theme(text-primary);
}

// Fixes this bug in DEV mode:
// https://stackoverflow.com/questions/70499543/create-react-app-creates-this-iframe-that-prevents-me-from-clicking-or-editing
body > iframe {
pointer-events: none;
}

code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', 'Ubuntu Mono';
}
Expand Down

0 comments on commit 98e13dd

Please sign in to comment.