Potential bugs with sliding panels on Skuid Platform

For anyone reading this post in the future. I figured out there is a CSS class called “nx-page-clickcatcher”. It appears that this class should have a margin that is equal to the position and width of the slider.

For example, I have a left aligned slider that is width of 225px. The following in-line CSS snippet makes the slider clickable and everything appears to work as advertised.

.nx-page-clickcatcher {
    margin-left: 225px;
}

Hope this helps…
- Andrew