diff --git a/src/renderer/features/player/components/full-screen-player.module.css b/src/renderer/features/player/components/full-screen-player.module.css index 816002c1e..307aae691 100644 --- a/src/renderer/features/player/components/full-screen-player.module.css +++ b/src/renderer/features/player/components/full-screen-player.module.css @@ -2,7 +2,7 @@ position: absolute; top: 0; left: 0; - z-index: 5100; + z-index: 200; display: flex; justify-content: center; padding: 2rem; diff --git a/src/renderer/features/player/components/full-screen-visualizer.module.css b/src/renderer/features/player/components/full-screen-visualizer.module.css index 146edea5a..901c3bf4b 100644 --- a/src/renderer/features/player/components/full-screen-visualizer.module.css +++ b/src/renderer/features/player/components/full-screen-visualizer.module.css @@ -2,7 +2,7 @@ position: absolute; top: 0; left: 0; - z-index: 5100; + z-index: 200; display: flex; flex-direction: column; width: 100%; diff --git a/src/renderer/router/titlebar-outlet.module.css b/src/renderer/router/titlebar-outlet.module.css index 5f121767e..06fa51791 100644 --- a/src/renderer/router/titlebar-outlet.module.css +++ b/src/renderer/router/titlebar-outlet.module.css @@ -2,7 +2,7 @@ position: absolute; top: 0; right: 0; - z-index: 5000; + z-index: 195; height: 65px; -webkit-app-region: drag; }