diff --git a/client/src/app/+accounts/account-video-channels/account-video-channels.component.html b/client/src/app/+accounts/account-video-channels/account-video-channels.component.html
index 200d9415f..38293b070 100644
--- a/client/src/app/+accounts/account-video-channels/account-video-channels.component.html
+++ b/client/src/app/+accounts/account-video-channels/account-video-channels.component.html
@@ -37,16 +37,18 @@
Show this channel
-
-
This channel doesn't have any videos.
+
+
+
This channel doesn't have any videos.
-
+
-
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;