Skip to content

Commit

Permalink
attempt to fix screen moving with text edit:
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Craig Carey committed Dec 24, 2022
1 parent 4a44be3 commit c72676f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@
margin-left: auto;
display: block;
position: absolute;
top: 0%;
/* "!important" is due to https://github.com/emilk/egui/issues/2231#issuecomment-1302897979 */
top: 0% !important;
left: 50%;
transform: translate(-50%, 0%);
}
Expand Down

0 comments on commit c72676f

Please sign in to comment.