Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Fix overflow on auth pages (#10605)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Apr 14, 2023
1 parent 075c8c3 commit 8f8b74b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions res/css/views/auth/_AuthPage.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ limitations under the License.
display: flex;
flex-direction: column;
background-color: $authpage-bg-color;
height: 100vh;
overflow: auto;
}

.mx_AuthPage_modal {
Expand Down

0 comments on commit 8f8b74b

Please sign in to comment.