Skip to content

Commit

Permalink
Merge pull request #4093 from sharath-1517/fix/superuser-create-scroll
Browse files Browse the repository at this point in the history
fix: Fixed the scroll unscrollable in superuser_create page
  • Loading branch information
pavish authored Dec 24, 2024
2 parents c2ffc44 + 63390ad commit e6cc4e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mathesar/templates/registration/superuser_create.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
padding: 4rem 2rem;
background: var(--sand-200);
color: var(--slate-800);
overflow-y: auto;
}

.align-center {
Expand Down

0 comments on commit e6cc4e8

Please sign in to comment.