Scroll on Login Page

Forum rules
Please note that response time for technical support is within 3-5 business days.
Post Reply
mdvenoms
Posts: 29
Joined: 24 Sep 2015, 13:07

28 Dec 2018, 16:22

Hi everyone

We created templates for "public" pages like login, register and forgot password pages based on the provided login page.
A simple login page also works on mobile phones since no scrolling is required but as soon as we have larger forms (e.g., register) some scrolling is required.
Since Babylon does not support scrolling on these pages, they become unusable as soon as the content exceeds the display size.

Is there a clean way to enable scrolling on these public pages?

Thank you very much in advance

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

31 Dec 2018, 09:24

I couldn't replicate it. body element has overflow:auto (default). Could you please attach a sample xhtml page for us to replicate?

mdvenoms
Posts: 29
Joined: 24 Sep 2015, 13:07

31 Dec 2018, 14:47

Hi

Thank you for your response, I had to add the following:

Code: Select all

.login-body {
  .login-content {
    overflow: auto;
  }
}
Now everything works fine, good hint - thank you very much.

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

08 Jan 2019, 12:15

Glad to hear, thanks a lot for the update!

Post Reply

Return to “Babylon - PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 8 guests