From b5e8f29fe3c9830d4efcbe14e06a93ec2be43476 Mon Sep 17 00:00:00 2001 From: Cutls Date: Sat, 11 May 2019 03:37:03 +0900 Subject: [PATCH] Add: scroll-bar CSS around TL --- src/components/AddColumn/UserTimeline.vue | 4 ++++ 1 file changed, 4 insertions(+) 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