-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ENG-2696: Fix restore seed phrase screen scroll #700
Changes from all commits
d80523d
b2983d3
e6404d5
16f34a2
f214468
60e56d3
919b75c
3b60ad3
a070318
07d0c74
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,9 @@ body { | |
margin: 0; | ||
padding: 0; | ||
color: #ffffff; | ||
background-color: #0C0C0C; | ||
background-color: #0c0c0c; | ||
position: relative; | ||
overflow-x: hidden; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm curious what did this solve for? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. scrnli_1_11_2024_2-24-51.PM.webm
|
||
} | ||
header { | ||
display: flex; | ||
|
@@ -22,7 +23,8 @@ header h2 { | |
} | ||
|
||
#app-container { | ||
height: 100vh; | ||
height: 100%; | ||
min-height: 100vh; | ||
Comment on lines
+26
to
+27
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. did you check that this doesn't break the other screens which open up via options.html? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, I did! Attached screenshots to a new comment. |
||
width: 100vw; | ||
display: flex; | ||
flex-direction: column; | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same question as below.
did you check that this doesn't break the other screens which open up via options.html?
e.g. any of the collectibles screens when you click 'Open gallery' button, or the ledger send flows