montreuil: allow sticky cells (#34743)

This commit is contained in:
Serghei Mihai 2019-09-09 16:55:50 +02:00
parent 762e83d3f2
commit 5b47a650f0
1 changed files with 9 additions and 0 deletions

View File

@ -129,6 +129,15 @@ div.textcell a {
text-decoration: underline;
}
div.cell.sticky {
position: sticky;
top: 1em;
@media screen and (max-width: $mobile-limit) {
position: relative;
margin-bottom: 2em;
}
}
div.list-of-forms {
span.form-number {
opacity: 0.75;