From 8fa3c4003455ca0405e5e7042a5f7c0892eb512b Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Thu, 4 Jan 2024 20:58:37 +0530 Subject: [PATCH] fix: Some elements were clipping --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 33dd5ed..da64aa0 100644 --- a/style.css +++ b/style.css @@ -980,7 +980,7 @@ input::-webkit-search-cancel-button:hover { #deep-search-nested { overflow: hidden; height: auto; - height: 8.1em; + height: 9.5em; transition: 200ms; }