We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5e2add commit 8c460d3Copy full SHA for 8c460d3
gui/src/components/TopBar.tsx
@@ -156,9 +156,9 @@ export function TopBar({
156
<>
157
<div className="flex gap-0 flex-col">
158
<div className="h-[3px]" />
159
- <div data-tauri-drag-region className="flex gap-2 h-[38px] z-50">
+ <div data-tauri-drag-region className="flex gap-2 h-[38px] z-49">
160
<div
161
- className="flex px-2 py-2 justify-around z-50"
+ className="flex px-2 py-2 justify-around z-49"
162
data-tauri-drag-region
163
>
164
<div className="flex gap-2" data-tauri-drag-region>
0 commit comments