aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/less
diff options
context:
space:
mode:
authorMario Lubenka <mario.lubenka@googlemail.com>2021-10-21 12:43:26 +0200
committerGitHub <noreply@github.com>2021-10-21 18:43:26 +0800
commit67561e79f15f23a00ad07df36de0ee54d69efc78 (patch)
treea239ee3beb804eefc29a2deeee332682e80f0cab /web_src/less
parentf3c7f10c9f8aaa7479a99b037a8cc1cad94cc801 (diff)
downloadgitea-67561e79f15f23a00ad07df36de0ee54d69efc78.tar.gz
gitea-67561e79f15f23a00ad07df36de0ee54d69efc78.zip
Fix SVG side by side comparison link (#17375)
* Remove swipe-bar z-index Fixes position of swipe-bar so it does not overlay other UI components when scrolling. Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Unique names for image tabs in pull request Define unique names for image tabs in pull requests, in order to toggle tabs correctly when multiple are displayed on one page. Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Diffstat (limited to 'web_src/less')
-rw-r--r--web_src/less/features/imagediff.less1
1 files changed, 0 insertions, 1 deletions
diff --git a/web_src/less/features/imagediff.less b/web_src/less/features/imagediff.less
index f38ea98d7d..55a67c6ec8 100644
--- a/web_src/less/features/imagediff.less
+++ b/web_src/less/features/imagediff.less
@@ -54,7 +54,6 @@
}
.swipe-bar {
- z-index: 100;
position: absolute;
height: 100%;
top: 0;