1
0
mirror of https://github.com/thangisme/notes.git synced 2024-06-12 04:50:41 +00:00

Fixed css .search-active.main

This commit is contained in:
Silvio Giebl 2020-06-30 20:07:25 +02:00
parent 50d727871e
commit 5a96a218b3

View File

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