mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 22:45:45 +01:00
Correct z-index equal weighting in diff header
Committed-by: Eduard Heimbuch <eduard.heimbuch@cloudogu.com>
This commit is contained in:
committed by
SCM-Manager
parent
1de489c6d8
commit
63d6c765ea
2
gradle/changelog/sticky_diff_header.yaml
Normal file
2
gradle/changelog/sticky_diff_header.yaml
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
- type: fixed
|
||||||
|
description: Correct z-index equal weighting in diff header
|
||||||
@@ -116,6 +116,7 @@ const PanelHeading = styled.div<{ sticky: boolean }>`
|
|||||||
? `
|
? `
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 52px;
|
top: 52px;
|
||||||
|
z-index: 1;
|
||||||
`
|
`
|
||||||
: ""}
|
: ""}
|
||||||
`;
|
`;
|
||||||
|
|||||||
Reference in New Issue
Block a user