Improved search on mobile

This commit is contained in:
Silvio Giebl
2019-12-04 22:27:43 +01:00
parent 8310df593c
commit a6f2ed8c6c
2 changed files with 10 additions and 0 deletions

View File

@@ -248,6 +248,14 @@
transition: opacity ease 200ms, width 0s, height 0s;
}
body {
overflow-y: hidden;
@include mq(md) {
overflow-y: scroll;
}
}
@include mq(md) {
.main {
position: absolute;