mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-24 03:36:36 +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
|
// @ts-ignore
|
||||||
'-webkit-app-region': 'drag',
|
'-webkit-app-region': 'drag',
|
||||||
position: 'relative',
|
position: 'relative',
|
||||||
zIndex: 1,
|
zIndex: 2,
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Flex width="100%" />
|
<Flex width="100%" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user