From 894f2578df69368dae9771b774e1cccb465583d6 Mon Sep 17 00:00:00 2001 From: CloudHill Date: Fri, 4 Dec 2020 10:54:26 +0700 Subject: [PATCH] fix outliner lines not scrolling with the container --- repo/outliner/app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/repo/outliner/app.css b/repo/outliner/app.css index f18c4e0..7095dc4 100644 --- a/repo/outliner/app.css +++ b/repo/outliner/app.css @@ -11,6 +11,7 @@ } .outline-header { + position: relative; display: flex; align-items: center; height: 2.2em;