Skip to content

Commit

Permalink
Fixed #945
Browse files Browse the repository at this point in the history
  • Loading branch information
YamiOdymel committed Dec 26, 2023
1 parent 5f39ab1 commit ffe8358
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app-center.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@
========================================================================== */

.ts-app-center {
display: flex;
display: grid;
align-items: center;
justify-content: center;
height: 100%;
width: 100%;
margin: 0;
flex-direction: column;
color: inherit;
overflow-y: scroll;
}

/* ==========================================================================
Expand Down

0 comments on commit ffe8358

Please sign in to comment.