- Issue created by @anruether
If the sticky region is empty, it still takes up quite a bit of space especially on small screens. Is there a way to not show it if empty?
(Other than hacking the specific pages via css)
.sticky-shadow,
.region-sticky {
display: none;
}
Active
4.0
Code