From 52ebda26f6f3e312abfb16ac607c1d3310b7b667 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 25 Oct 2022 16:00:34 +0200 Subject: Fix playlist overflow in account channels page --- .../account-video-channels/account-video-channels.component.scss | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'client/src/app/+accounts/account-video-channels/account-video-channels.component.scss') diff --git a/client/src/app/+accounts/account-video-channels/account-video-channels.component.scss b/client/src/app/+accounts/account-video-channels/account-video-channels.component.scss index 7870fd039..11ed4c3b1 100644 --- a/client/src/app/+accounts/account-video-channels/account-video-channels.component.scss +++ b/client/src/app/+accounts/account-video-channels/account-video-channels.component.scss @@ -77,10 +77,8 @@ my-subscribe-button { display: flex; grid-column: 1 / 3; grid-row: 2; - margin-top: 30px; position: relative; - overflow: hidden; my-video-miniature { @include margin-right(15px); @@ -94,6 +92,11 @@ my-subscribe-button { } } +.videos-overflow-workaround { + margin-top: 30px; + overflow-x: hidden; +} + .miniature-show-channel { height: 100%; position: absolute; -- cgit v1.2.3