Merge pull request #369 from SgtSilvio/bugfix/css-main-search-active

Fixed css .search-active.main
This commit is contained in:
Patrick Marsceill 2020-07-06 11:24:28 -04:00 committed by GitHub
commit 654da0a6ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
}
}