From 0936e746e67fc36f10047f4302dccb7a7431e241 Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Thu, 23 Jan 2020 19:50:01 -0500 Subject: public/css/override: Keep overflow static Offsetting the bar not easily feasible. Keep it static to prevent UI movement --- public/css/override.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public') diff --git a/public/css/override.css b/public/css/override.css index 2ca5805..c44a542 100644 --- a/public/css/override.css +++ b/public/css/override.css @@ -77,7 +77,7 @@ a, .ui.breadcrumb a { color: #0366d6; } .ui.card { display: none; } .user.profile .ui.stackable.grid .eleven { width: 100% !important; } #repo-clone-https, #clone-panel #clipboard-btn { border-right-width: 0 !important; } -.ui.tabs.container:hover { overflow-x: auto; overflow-y: hidden; } +.ui.tabs.container { overflow-x: auto; overflow-y: hidden; } /* * Explore Page -- cgit v1.2.3