# Create new account page with lots of custom fields has height problem

**URL:** https://meta.discourse.org/t/create-new-account-page-with-lots-of-custom-fields-has-height-problem/121099
**Category:** Bug
**Created:** [23 juni 2019 om 09:55 UTC](https://meta.discourse.org/t/create-new-account-page-with-lots-of-custom-fields-has-height-problem/121099 "2019-06-23T09:55:26Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [24 juni 2019 om 16:26 UTC](https://meta.discourse.org/t/create-new-account-page-with-lots-of-custom-fields-has-height-problem/121099/2 "2019-06-24T16:26:44Z")

</div>

I just pushed a fix that solves this issue:

[https://github.com/discourse/discourse/commit/9e54e0141e52afa7d02ebef76b800a8731682486](https://github.com/discourse/discourse/commit/9e54e0141e52afa7d02ebef76b800a8731682486)

If you want to add this fix immediately you can add this css to your mobile stylesheet:

```css
.fixed-modal {
  .modal-middle-container {
    margin-bottom: 0;
  }
  .modal-inner-container {
    max-height: 90vh;
    overflow: auto;
  }
}

```

---

_[View the full topic](https://meta.discourse.org/t/create-new-account-page-with-lots-of-custom-fields-has-height-problem/121099)._
