Bug 1483401 - Fix scrollable area for the payment request page-body. r=jaws

Differential Revision: https://phabricator.services.mozilla.com/D3374

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Matthew Noorenberghe 2018-08-16 16:33:05 +00:00
parent d82f70b45e
commit 4249cc5a94

View File

@ -69,7 +69,6 @@ payment-dialog > header > .page-error {
grid-area: main;
position: relative;
max-height: 100%;
padding-top: 18px;
}
.page {
@ -86,6 +85,7 @@ payment-dialog > header > .page-error {
flex-grow: 1;
/* The area above the footer should scroll, if necessary. */
overflow: auto;
padding-top: 18px;
}
.page > .page-body > h2:empty {