Skip to content

Commit

Permalink
style #portalContainer for settings
Browse files Browse the repository at this point in the history
  • Loading branch information
adlk committed Mar 21, 2022
1 parent 546090f commit 664f707
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/styles/layout.scss
Expand Up @@ -172,4 +172,12 @@ body.win32 .window-draggable {
width: auto;
z-index: 999999999;
pointer-events: none;
}

#portalContainer {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

0 comments on commit 664f707

Please sign in to comment.