mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
fix issue where signing a message sometimes doesn't allow you to scroll to the bottom (#15788)
* fix issue wherein signing a message sometimes doesn't allow you to scroll all the way to the bottom done in a way to make it as mergeable as possible * Fixing length-zero-no-unit lint issue Co-authored-by: ryanml <ryanlanese@gmail.com>
This commit is contained in:
parent
64391d346e
commit
9529462740
@ -1,6 +1,6 @@
|
|||||||
.signature-request-footer {
|
.signature-request-footer {
|
||||||
display: flex;
|
display: flex;
|
||||||
border-top: 1px solid var(--color-border-muted);
|
box-shadow: inset 0 1px 0 var(--color-border-muted);
|
||||||
|
|
||||||
button {
|
button {
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
Loading…
Reference in New Issue
Block a user