Improved search layout: scrolling, mobile

This commit is contained in:
Silvio Giebl
2019-12-04 10:39:30 +01:00
parent 9d24b14ba1
commit 1d1564e5c0
3 changed files with 44 additions and 23 deletions

View File

@@ -162,6 +162,7 @@
body {
position: relative;
padding-bottom: $sp-10;
overflow-y: scroll;
@include mq(md) {
position: static;