diff --git a/src/components/AddColumn/UserTimeline.vue b/src/components/AddColumn/UserTimeline.vue index 2a868b71..2d388561 100644 --- a/src/components/AddColumn/UserTimeline.vue +++ b/src/components/AddColumn/UserTimeline.vue @@ -169,9 +169,13 @@ label { #timelines { display: flex; width: 100%; + height: 100vh; + overflow-y: hidden; } .tl { height: 100%; flex-grow: 4; + overflow-y: scroll; + overflow-x: hidden; } \ No newline at end of file