From 26a70dc2651c64b836c916981fdf06312876e470 Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Thu, 11 Aug 2022 23:42:24 -0500 Subject: [PATCH] Fix profile menu not appearing --- css/theme-martian.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/theme-martian.css b/css/theme-martian.css index 589690b..1c074b0 100644 --- a/css/theme-martian.css +++ b/css/theme-martian.css @@ -334,7 +334,7 @@ a.ui.basic.green.label:hover { overflow-y: hidden; } -.ui.secondary.menu { +.repository .ui.secondary.menu { overflow-x: auto; overflow-y: hidden; }