Fix titlebar z-index

Change-type: patch
This commit is contained in:
Alexis Svinartchouk 2021-02-10 18:13:01 +01:00
parent e56aaed973
commit f33f2e3771

View File

@ -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%" />