*

piter

  • ****
  • 104 posts
Double scroll bars... ?? :-((
« 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

*

MB Themes

Re: Double scroll bars... ?? :-((
« Reply #1 on: February 20, 2019, 09:30:23 PM »
Modal can have only ~90% height of screen...
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

piter

  • ****
  • 104 posts
Re: Double scroll bars... ?? :-((
« Reply #2 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.
« Last Edit: February 21, 2019, 01:51:53 AM by piter »