Skip to content

Commit

Permalink
Fix: double scroll bar in safe apps (#2829)
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed Nov 21, 2023
1 parent 82b0848 commit 09a88f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/components/safe-apps/AppFrame/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
}

.iframe {
display: block;
height: 100%;
width: 100%;
overflow: auto;
Expand Down
1 change: 0 additions & 1 deletion src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ button {
:root {
--header-height: 52px;
--footer-height: 67px;
--import-export-widget-height: 166px;
}

input::-webkit-outer-spin-button,
Expand Down

0 comments on commit 09a88f6

Please sign in to comment.