From a44ac28ef6affd5f62773a43593cbed3a0bf2c42 Mon Sep 17 00:00:00 2001 From: silverwind Date: Tue, 27 Oct 2020 20:45:10 +0100 Subject: [PATCH] fix loading indicator z-index and position --- web_src/less/features/gitgraph.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web_src/less/features/gitgraph.less b/web_src/less/features/gitgraph.less index b2d0167ad268..ee170fba7fe7 100644 --- a/web_src/less/features/gitgraph.less +++ b/web_src/less/features/gitgraph.less @@ -7,6 +7,8 @@ > .ui.segment.loading { border: 0; + z-index: 1; + min-height: 246px; } h2 {