Make modal partials not break content flow
This commit is contained in:
parent
805ebef01c
commit
fed8b7025b
|
@ -29,6 +29,10 @@ nav {
|
||||||
color: $picnic-white;
|
color: $picnic-white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.modal {
|
||||||
|
position: absolute; // Prevent modal partial from interrupting content flow.
|
||||||
|
}
|
||||||
|
|
||||||
// External links
|
// External links
|
||||||
a[href^="http://"]:after,
|
a[href^="http://"]:after,
|
||||||
a[href^="https://"]:after{
|
a[href^="https://"]:after{
|
||||||
|
|
Loading…
Reference in New Issue