aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/less
diff options
context:
space:
mode:
authorzeripath <art27@cantab.net>2020-08-19 19:37:57 +0100
committerGitHub <noreply@github.com>2020-08-19 13:37:57 -0500
commit1701d57fb2763cf8ab7e1d6ebeecccea85c5f987 (patch)
tree9b873b02e1f1123d4e52ddb8bffa9acdeabd58aa /web_src/less
parent1ca652c826c1053b86d5e4d4509b27c5f2beaf8a (diff)
downloadgitea-1701d57fb2763cf8ab7e1d6ebeecccea85c5f987.tar.gz
gitea-1701d57fb2763cf8ab7e1d6ebeecccea85c5f987.zip
Set z-index for sticky diff box lower (#12537)
Fix #12525 Signed-off-by: Andrew Thornton <art27@cantab.net>
Diffstat (limited to 'web_src/less')
-rw-r--r--web_src/less/_repository.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/web_src/less/_repository.less b/web_src/less/_repository.less
index aaf729a8e1..becc2e216a 100644
--- a/web_src/less/_repository.less
+++ b/web_src/less/_repository.less
@@ -1579,7 +1579,7 @@
&.sticky {
position: sticky;
top: 0;
- z-index: 800;
+ z-index: 8;
margin-bottom: 10px;
border-bottom: 1px solid #d4d4d5;
padding-left: 5px;