Patched nav bar on Linux

This commit is contained in:
Andrew Gundersen 2022-05-18 10:00:02 -05:00
commit 667220f8e7

View file

@ -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 {