Correct z-index equal weighting in diff header

Committed-by: Eduard Heimbuch <eduard.heimbuch@cloudogu.com>
This commit is contained in:
Florian Scholdei
2023-01-31 10:11:08 +01:00
committed by SCM-Manager
parent 1de489c6d8
commit 63d6c765ea
2 changed files with 3 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
- type: fixed
description: Correct z-index equal weighting in diff header

View File

@@ -116,6 +116,7 @@ const PanelHeading = styled.div<{ sticky: boolean }>`
? `
position: sticky;
top: 52px;
z-index: 1;
`
: ""}
`;