From c8dfa09031073702fec1db40016c8a48a86505a6 Mon Sep 17 00:00:00 2001 From: "nogafam.es Admin" Date: Tue, 26 Oct 2021 00:47:44 +0200 Subject: [PATCH] Improved search component on navigation menu --- app/javascript/styles/mastodon/components.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index 3fc58871b..3f5d4d57a 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -4524,11 +4524,12 @@ a.status-card.compact:hover { z-index: 100; width: 100vw; left: 0; + top: 0; background: #fff; } #search-popup { - position: absolute; + position: fixed; width: 100%; z-index: 100; top: 4.5em;