aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-01-23 19:50:01 -0500
committerThedro Neely <thedroneely@gmail.com>2020-01-23 19:50:01 -0500
commit0936e746e67fc36f10047f4302dccb7a7431e241 (patch)
treec0f61b13f409b24392a80c67eaeaf17a5050487a /public
parent1f32175041b60b61c85d67d9d1e227e3517f26c5 (diff)
downloadgitea-templates-0936e746e67fc36f10047f4302dccb7a7431e241.tar.gz
gitea-templates-0936e746e67fc36f10047f4302dccb7a7431e241.tar.bz2
gitea-templates-0936e746e67fc36f10047f4302dccb7a7431e241.zip
public/css/override: Keep overflow static
Offsetting the bar not easily feasible. Keep it static to prevent UI movement
Diffstat (limited to 'public')
-rw-r--r--public/css/override.css2
1 files changed, 1 insertions, 1 deletions
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