update dependencies

This commit is contained in:
Luck
2024-08-24 11:05:21 +01:00
parent 776a1c5def
commit fb40855a9a
4 changed files with 100 additions and 96 deletions

View File

@@ -136,7 +136,7 @@ export default function EditorControls({
const Header = styled.header`
position: fixed;
top: 0;
z-index: 2;
z-index: 10;
width: 100%;
height: 2em;
color: ${props => props.theme.primary};