Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Commit

Permalink
fix: windows controls on fullscreen
Browse files Browse the repository at this point in the history
  • Loading branch information
Tetrax-10 committed Jun 6, 2023
1 parent 04da011 commit 78cd313
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ export function hideWindowsControlsCSS() {
right: 0px;
}
html.fullscreen body #nord-hideWindowsControls {
z-index: 0;
z-index: -1;
}`
}

0 comments on commit 78cd313

Please sign in to comment.