I am experiencing an issue with an unnecessary second vertical scrollbar, when choosing the layout option "full-width". This issue only occurs in large viewports
I found out that commenting the attribute in the css-class .ls-overflow-visible, it will solve the problem.
In case you've received LayerSlider as a bundled plugin in your theme, item support and updates will be provided by the theme author. Please contact the author of your theme with this case and about the available new versions.
Alternatively, you can purchase a license from us, so we can provide our support services for you, along with our auto-update solution, beta and early access releases and exclusive offers for our direct buyers as well.
Hello,
I am experiencing an issue with an unnecessary second vertical scrollbar, when choosing the layout option "full-width". This issue only occurs in large viewports
I found out that commenting the attribute in the css-class .ls-overflow-visible, it will solve the problem.
.ls-overflow-visible {
/* overflow: visible !important; */
}
What is the class for, why is it important?
Thanks in advance.
Hey Patrick,
In case you've received LayerSlider as a bundled plugin in your theme, item support and updates will be provided by the theme author. Please contact the author of your theme with this case and about the available new versions.
Alternatively, you can purchase a license from us, so we can provide our support services for you, along with our auto-update solution, beta and early access releases and exclusive offers for our direct buyers as well.