Fixed mobile issue

pull/4649/head
Cagatay Civici 2023-10-18 13:26:10 +03:00
parent a8aa6e2d61
commit 502e28bb0e
1 changed files with 6 additions and 0 deletions

View File

@ -128,6 +128,12 @@
}
}
@media (max-width: 768px) {
.DocSearch-Container {
position: fixed !important;
}
}
@media screen and (max-width: 575px) {
.layout-topbar-inner {
padding-left: 1rem;