Bug: Scroll to Top and Modal

I totally agree with you.

Regards Tom

Currently I am using the following workaround to put the Scroll To Top button into the background when using the SideSlide stack on the same page.

  1. Open the page inspector of the page that is using Scroll To Top and SideSlide stacks.

  2. Open the html code settings

  3. Select the css tab

  4. Put the following css code into the css section:

    #scrollToTopButton {
    z-index: 1000;
    }

Until now I haven’t experienced any drawbacks or faulty behavior of my website.

Regards Tom

Like I mentioned earlier in the thread, it isn’t that adjusting this layering is a problem or impossible, it just requires testing against all of the other stacks in the three suites of stacks to make sure that they all agree and work together.

I am still with you. Therefore I did mention it to be a ‘workaround’ for ‘my website’ :wink:

Regards Tom

1 Like