Skip to content

Commit 664f707

Browse files
committed
style #portalContainer for settings
1 parent 546090f commit 664f707

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/styles/layout.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,4 +172,12 @@ body.win32 .window-draggable {
172172
width: auto;
173173
z-index: 999999999;
174174
pointer-events: none;
175+
}
176+
177+
#portalContainer {
178+
position: absolute;
179+
top: 0;
180+
left: 0;
181+
width: 100%;
182+
height: 100%;
175183
}

0 commit comments

Comments
 (0)