From 43244a3588534eb4c3e95f956c464e697dc10e83 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 11 May 2021 20:49:36 +0000 Subject: [PATCH] Fix top border on mobile login --- view/theme/frio/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index a06d794f5..758207d15 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -3416,6 +3416,7 @@ section .profile-match-wrapper { .mod-home.is-not-singleuser nav.navbar, .mod-login nav.navbar { background-color: transparent; + position: inherit; } .mod-home.is-not-singleuser #topbar-second, .mod-login #topbar-second {