mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2026-01-15 16:33:35 -03:00
Merge pull request #7177 from thornbill/scroller-overflow
Show scroller content that overflows
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
@@ -841,6 +841,7 @@
|
||||
|
||||
.detailPageSecondaryContainer {
|
||||
padding-top: 1.25em;
|
||||
overflow: hidden;
|
||||
|
||||
.layout-desktop & {
|
||||
flex-grow: 1;
|
||||
|
||||
Reference in New Issue
Block a user