mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-07 22:15: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
@@ -116,6 +116,7 @@ const PanelHeading = styled.div<{ sticky: boolean }>`
|
||||
? `
|
||||
position: sticky;
|
||||
top: 52px;
|
||||
z-index: 1;
|
||||
`
|
||||
: ""}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user