From 8fef5288b93b47de8f68a896d5f5eb73800189fb Mon Sep 17 00:00:00 2001 From: SillyLossy Date: Tue, 21 Mar 2023 14:18:50 +0200 Subject: [PATCH] Shadow popup position fix --- public/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/style.css b/public/style.css index f4f5601b1..e2c08a896 100644 --- a/public/style.css +++ b/public/style.css @@ -1211,6 +1211,7 @@ input[type=search]:focus::-webkit-search-cancel-button { width: 100%; height: 100vh; z-index: 9999; + top: 0; } #colab_shadow_popup {