Merge pull request #7177 from thornbill/scroller-overflow

Show scroller content that overflows
This commit is contained in:
Bill Thornton
2025-10-17 16:43:17 -04:00
committed by GitHub
2 changed files with 1 additions and 1 deletions

View File

@@ -765,7 +765,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

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