Patched nav bar on Linux
This commit is contained in:
parent
9be94f47dc
commit
667220f8e7
1 changed files with 2 additions and 0 deletions
|
|
@ -92,6 +92,8 @@ html, body {
|
|||
margin-left: 20px;
|
||||
margin-top: 20px;
|
||||
z-index: 2;
|
||||
/* Needed for Linux even with higher Z index */
|
||||
-webkit-app-region: no-drag;
|
||||
}
|
||||
|
||||
.header-menu-button {
|
||||
|
|
|
|||
Loading…
Reference in a new issue