Osclass Support Forums

Osclass plugin support => User Rating Plugin => Topic started by: piter on February 20, 2019, 09:19:12 PM

Title: Double scroll bars... ?? :-((
Post by: piter on February 20, 2019, 09:19:12 PM
Hi,
I think its worth to make modal window a bit higher to fit entire form (including CONFIRM button) at once.

Otherwise
- on desktop its confusing because it is not so clear that the button does not fit window size and the content needs be scrolled up.
- on mobile you end up with srollable window inside scrollable window, a bit messy

thanks
Title: Re: Double scroll bars... ?? :-((
Post by: MB Themes on February 20, 2019, 09:30:23 PM
Modal can have only ~90% height of screen...
Title: Re: Double scroll bars... ?? :-((
Post by: piter on February 21, 2019, 01:12:40 AM
I didn't know that.

Maybe as for updated version you would think about to redesign the form slightly ?
If you will recover those 20-30px of height, confirmation button would fit in whole without the scroll bar.


EDIT:
As a quick fix:

In the file oc-content/themes/starter/css/style.css
changing .ur-row value on line 98
from: padding: 10px 15px;
to: padding: 7px 15px;

will make enough room for the button to appear in whole without the scroll bar.
But this change might also change some other elements layout on main page. I didn't tested.