Modernize ContactModal

This commit is contained in:
Josh Perez
2021-09-21 18:37:10 -04:00
committed by GitHub
parent 1d2fcde49f
commit c05d23e628
21 changed files with 426 additions and 493 deletions

View File

@@ -87,7 +87,7 @@
padding: 0 16px 16px 16px;
border-top: 1px solid transparent;
// If there's a header, just the body scrolls
overflow-y: scroll; // scroll so that the padding is always there
overflow-y: overlay;
overflow-x: auto;
&--scrolled {
@@ -105,7 +105,7 @@
&--no-header {
padding: 16px;
// If there's no header, the whole thing scrolls
overflow-y: scroll; // scroll so that the padding is always there
overflow-y: overlay;
overflow-x: auto;
}