Skip to content

Commit

Permalink
client: wip height
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubham-Lal committed Apr 22, 2024
1 parent 478eeb4 commit 2b11aa3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion client/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,9 @@

#main {
padding: 10px;
width: 100%;
padding-top: 70px;
width: 100%;
max-height: 100dvh;
}

#main.expand {
Expand Down
4 changes: 3 additions & 1 deletion client/src/components/modal/auth/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@
top: 0;
left: 0;
right: 0;
height: 100dvh;
max-height: 100dvh;
height: 100%;
backdrop-filter: blur(8px);
display: flex;
align-items: center;
justify-content: center;
user-select: none;
overflow-y: auto;
}

.auth__container {
Expand Down

0 comments on commit 2b11aa3

Please sign in to comment.