mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 11:16:39 +00:00
Fix titlebar z-index
Change-type: patch
This commit is contained in:
parent
e56aaed973
commit
f33f2e3771
@ -278,7 +278,7 @@ export class MainPage extends React.Component<
|
||||
// @ts-ignore
|
||||
'-webkit-app-region': 'drag',
|
||||
position: 'relative',
|
||||
zIndex: 1,
|
||||
zIndex: 2,
|
||||
}}
|
||||
>
|
||||
<Flex width="100%" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user