Show scroller content that overflows

This commit is contained in:
Bill Thornton
2025-10-08 12:22:26 -04:00
parent 41e5b7b6bc
commit b691f62fc7
2 changed files with 1 additions and 1 deletions

View File

@@ -758,7 +758,6 @@ const scrollerFactory = function (frame, options) {
}
}
} else {
frame.style.overflow = 'hidden';
slideeElement.style['will-change'] = 'transform';
slideeElement.style.transition = 'transform ' + o.speed + 'ms ease-out';

View File

@@ -845,6 +845,7 @@
.detailPageSecondaryContainer {
padding-top: 1.25em;
overflow: hidden;
.layout-desktop & {
flex-grow: 1;