1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02: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:
Taylor Monahan 2022-09-12 08:56:19 -07:00 committed by ryanml
parent 64391d346e
commit 9529462740

View File

@ -1,6 +1,6 @@
.signature-request-footer {
display: flex;
border-top: 1px solid var(--color-border-muted);
box-shadow: inset 0 1px 0 var(--color-border-muted);
button {
text-transform: uppercase;