5.7 Edit mode - clickable area out of boundaries

Permalink
I'm using Foundation 5 within concrete 5.7, all is fine except for the clickable area's in edit mode. This is out of boundaries, see attachement.

After doing some searching i found overriding the body css to position:static. Probably this was a solution for the older versions of Foundation/Concrete but in this configuration this does not do the job.

Any new idea's about how to solve this?

1 Attachment

MissMarvels
 
MissMarvels replied on at Permalink Best Answer Reply
MissMarvels
Found the issue::

When usinghttps://github.com/core77/c5f5boilerplate... as a starting point... please do remove

//hover over areas
#ccm-menu-highlighter, 
#ccm-menu-click-proxy
{
    margin-top: -49px;
}


from _ui.scss..