diff --git a/src/renderer/layouts/default-layout/player-bar.tsx b/src/renderer/layouts/default-layout/player-bar.tsx index dc31901a..29cc2f23 100644 --- a/src/renderer/layouts/default-layout/player-bar.tsx +++ b/src/renderer/layouts/default-layout/player-bar.tsx @@ -2,10 +2,9 @@ import styled from 'styled-components'; import { Playerbar } from '/@/renderer/features/player'; const PlayerbarContainer = styled.footer` - z-index: 100; + z-index: 200; grid-area: player; background: var(--playerbar-bg); - filter: drop-shadow(0 -3px 1px rgba(0, 0, 0, 10%)); `; export const PlayerBar = () => {