Page 1 of 1

Horizontal scroll bar in login page

Posted: 15 Nov 2021, 13:00
by jsoft
Hi,
in the login page of Apollo V4 there's an horizontal scroll bar which is quite unaesthetic.
It appears in both the desktop and mobile view.
I tried to play around with CSS but I stile haven't figured it out how to avoid it.
Thanks for the help

Re: Horizontal scroll bar in login page

Posted: 01 Dec 2021, 10:15
by jsoft
FIxed it by setting

Code: Select all

style="margin-right: 0"
to

Code: Select all

<div class="p-grid">
.

The fix is already present in Apollo for PrimeNG and PrimeReact, could you please integrate it in the PrimeFaces version too? Thanks

Re: Horizontal scroll bar in login page

Posted: 22 Dec 2021, 09:06
by mert.sincan
Hi,

Please use;

Code: Select all

<div class="p-grid p-nogutter"> ....
Fixed for the next version.
Best Regards,

Re: Horizontal scroll bar in login page

Posted: 03 Apr 2022, 10:41
by jsoft
I noticed it's fixed in the new version. Thanks.

Re: Horizontal scroll bar in login page

Posted: 19 Apr 2022, 04:13
by mert.sincan
Glad to hear, thanks a lot for the update!

Best Regards,