mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-09-14 05:43:33 -06:00
Improved search on mobile
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user