Skip to content

Commit 67a44bd

Browse files
authored
Merge pull request #1668 from Swapnil-2001/signup-styles
Make background color take up full viewport height
2 parents 9484071 + 129dc7a commit 67a44bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: client/styles/layout/_user.scss

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
.new-password-container,
1616
.email-verification {
1717
height: 100%;
18+
overflow: auto;
1819
@include themify() {
1920
color: getThemifyVariable('primary-text-color');
2021
background-color: getThemifyVariable('background-color');

0 commit comments

Comments
 (0)