diff options
author | zeripath <art27@cantab.net> | 2020-08-19 19:37:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-19 13:37:57 -0500 |
commit | 1701d57fb2763cf8ab7e1d6ebeecccea85c5f987 (patch) | |
tree | 9b873b02e1f1123d4e52ddb8bffa9acdeabd58aa /web_src/less | |
parent | 1ca652c826c1053b86d5e4d4509b27c5f2beaf8a (diff) | |
download | gitea-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.less | 2 |
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; |