From e4a09c6207bc4f348d4a5f148d7eb95d8b12db33 Mon Sep 17 00:00:00 2001 From: zadam Date: Sat, 28 Dec 2019 21:37:13 +0100 Subject: [PATCH] fix left pane scrolling, closes #788 --- src/public/stylesheets/desktop.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/public/stylesheets/desktop.css b/src/public/stylesheets/desktop.css index 02dbbbebe..ec787b29b 100644 --- a/src/public/stylesheets/desktop.css +++ b/src/public/stylesheets/desktop.css @@ -57,6 +57,7 @@ body { } #left-pane { + height: 100%; display: flex; flex-direction: column; }