Thanks for an interesting take on CMS. I am new to GRAV, but enjoying it so far:-)
I have a problem with the “Agency” Skeleton, though: The portfolio modals cannot scroll in Google Chrome on Mac. This makes seeing the entire portfolio modal impossible.
I have checked on two macs, same problem. Works well on windows phone, ipad + safari, and with Safari and Firefox on the two same Mac computers.
As a curiosity, when I inspect the modal window element with the chromes dev tools, and toggle one of the overflow classes on the .modal class on or off, scrolling is possible.
I have checked up on the agency bootstrap starter theme, where the modal windows are working cross browser. So the problem must lie in the Grav-Agency implementation. However, I haven’t been able to find a solution.
Hello Stefan,
Indeed this looks like a bug. What is sort of funny… that scrolling is starting to work when you resize browser window after modal load. Anyways, I’m going to take a look at this and I will provide fix soon. Thanks for reporting !
Hello Karol,
Thanks! I just changed the .modal-content class in global.css - height: 100% instead of min-height: 100% and added overflow-y: scroll. As far as I can see, it works like a charm across browsers:-)