mirror of
https://gitlab.com/Alamantus/Readlebee.git
synced 2025-03-23 20:08:54 +01:00
Make modal partials not break content flow
This commit is contained in:
parent
805ebef01c
commit
fed8b7025b
1 changed files with 4 additions and 0 deletions
|
@ -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{
|
||||
|
|
Loading…
Add table
Reference in a new issue