From c0dd93dc3d0456483f8e2a0b3ec918b8dfcfbd3d Mon Sep 17 00:00:00 2001 From: liamcottle Date: Tue, 26 Mar 2024 04:05:37 +1300 Subject: [PATCH] implement desktop search bar on mobile --- src/public/index.html | 106 +++++++++++++++++------------------------- 1 file changed, 43 insertions(+), 63 deletions(-) diff --git a/src/public/index.html b/src/public/index.html index e646c02..a574570 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -92,11 +92,11 @@ } .z-search { - z-index: 1000; + z-index: 1001; } .z-sidebar { - z-index: 1001; + z-index: 1002; } @@ -109,11 +109,26 @@
-
-