Skip to content

Commit

Permalink
fix: Fix issue that white rectangle appears in the foreground of the …
Browse files Browse the repository at this point in the history
…page (#97)
  • Loading branch information
ueokande committed Mar 21, 2023
1 parent ffc69a6 commit a96d222
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/content/presenters/ConsoleFramePresenter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export class ConsoleFramePresenterImpl implements ConsoleFramePresenter {
return;
}
ele.blur();
ele.style.height = "";
}

resize(_width: number, height: number): void {
Expand Down
1 change: 1 addition & 0 deletions src/content/site-style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export default `
padding: 0;
bottom: 0;
left: 0;
height: 0;
width: 100%;
position: fixed;
z-index: 2147483647;
Expand Down

0 comments on commit a96d222

Please sign in to comment.