1
0
Fork 0
mirror of https://gitlab.com/Alamantus/Readlebee.git synced 2025-07-31 20:27:35 +02:00

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

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{