mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 15:35:49 +01:00
fix markdown toggle button z index
This commit is contained in:
@@ -11,7 +11,7 @@ const ToggleButton = styled(Button)`
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0.25rem;
|
||||
z-index: 999;
|
||||
z-index: 30;
|
||||
`;
|
||||
|
||||
const Container = styled.div`
|
||||
|
||||
Reference in New Issue
Block a user