grandlyon-sau: don't make sidebar sticky in responsive mode (#27577)

This commit is contained in:
Serghei Mihai 2018-10-25 14:39:16 +02:00
parent 6bce91c7a9
commit 655b32909f
1 changed files with 6 additions and 0 deletions

View File

@ -70,6 +70,12 @@ div#main-content-wrapper {
position: sticky;
top: 2em;
padding: 1em 0;
@media screen and (max-width: $mobile-limit) {
position: relative;
padding: 0 1em;
margin: 0;
top: 0;
}
}
}