Modernize DeliveryIssueDialog, fix outline clipping in Modal

This commit is contained in:
Scott Nonnenberg
2021-08-02 14:19:18 -07:00
committed by GitHub
parent 21ffb7c054
commit bcb9d2d2f3
16 changed files with 154 additions and 127 deletions

View File

@@ -78,13 +78,14 @@
&__body {
@include font-body-1;
margin: 0;
overflow: auto;
}
&--has-header {
.module-Modal__body {
padding: 0 16px 16px 16px;
border-top: 1px solid transparent;
// If there's a header, just the body scrolls
overflow: auto;
&--scrolled {
@include light-theme {
@@ -100,6 +101,8 @@
&--no-header {
padding: 16px;
// If there's no header, the whole thing scrolls
overflow: auto;
}
&__button-footer {