Fixed css .search-active.main

This commit is contained in:
Silvio Giebl 2020-06-30 20:07:25 +02:00
parent 50d727871e
commit 5a96a218b3
1 changed files with 2 additions and 0 deletions

View File

@ -308,6 +308,8 @@
@include mq(md) {
.main {
position: fixed;
right: 0;
left: 0;
}
}