From 502e28bb0e40b2f08c4148cc8a6e4316849fa8b0 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Wed, 18 Oct 2023 13:26:10 +0300 Subject: [PATCH] Fixed mobile issue --- assets/styles/layout/_responsive.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/assets/styles/layout/_responsive.scss b/assets/styles/layout/_responsive.scss index 57fe1b4b3..9361c11af 100644 --- a/assets/styles/layout/_responsive.scss +++ b/assets/styles/layout/_responsive.scss @@ -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;