Make modal partials not break content flow

This commit is contained in:
Robbie Antenesse 2019-12-23 16:36:01 -07:00
parent 805ebef01c
commit fed8b7025b
1 changed files with 4 additions and 0 deletions

View File

@ -29,6 +29,10 @@ nav {
color: $picnic-white;
}
.modal {
position: absolute; // Prevent modal partial from interrupting content flow.
}
// External links
a[href^="http://"]:after,
a[href^="https://"]:after{