Skip to content

Commit

Permalink
Fix setting window when the text is long
Browse files Browse the repository at this point in the history
Signed-off-by: Jay Wang <jay@zijie.wang>
  • Loading branch information
xiaohk committed Feb 17, 2024
1 parent fa7c49c commit 78c9167
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/setting-window/setting-window.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

width: 100%;
height: 100%;
position: absolute;
position: fixed;
top: 0px;
left: 0px;
z-index: 10;
Expand Down Expand Up @@ -53,7 +53,7 @@
align-items: flex-start;
/* gap: 8px; */

position: absolute;
position: fixed;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
Expand Down

0 comments on commit 78c9167

Please sign in to comment.