minor fixes for no js display

This commit is contained in:
2018-11-28 17:50:56 +01:00
parent 9d75870f04
commit c47d7d564c
4 changed files with 17 additions and 2 deletions
File diff suppressed because one or more lines are too long
@@ -290,7 +290,7 @@ header[role="banner"]{
// and ajax loading effects
main[role="main"]{
.row{
opacity: 0;
html.js &{opacity: 0;}
.col{
opacity:1;
transition: opacity 0.5s ease-in-out;
@@ -45,6 +45,9 @@ $med-bp:1080px;
.row{
@include row;
// html:not(.js) &{
// overflow-y: auto;
// }
}
@for $c from 1 through $default_sum {
@@ -78,6 +78,14 @@ html:not(.is-mobile) main[role="main"]{
}
}
html:not(.js):not(.is-mobile) main[role="main"]{
overflow-y: auto;
.layout-content{
height: auto;
padding-bottom:4em;
}
}
html.is-mobile main[role="main"]{
padding:80px 1em 40px;
// background-color: blue;
@@ -106,6 +114,10 @@ footer[role="contentinfo"]{
padding:0.5em 1em;
}
html:not(.js):not(.is-mobile) footer[role="contentinfo"]{
background-color: white;
}
canvas#corpus-map{
// outline: 1px solid grey;
}