From d162a41b83c8b781fa7658dde4699e0ac0e2c421 Mon Sep 17 00:00:00 2001 From: Geireann Lindfield Roberts <60007097+geireann@users.noreply.github.com> Date: Mon, 26 Oct 2020 02:07:07 +0800 Subject: UI max-height change --- src/client/views/PropertiesView.scss | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/client/views/PropertiesView.scss b/src/client/views/PropertiesView.scss index f6a2035dc..04cb451fd 100644 --- a/src/client/views/PropertiesView.scss +++ b/src/client/views/PropertiesView.scss @@ -693,6 +693,9 @@ .propertiesView-selectedList { min-width: max-content; + max-height: 180; + overflow: hidden; + overflow-y: scroll; border-left: solid 1px darkgrey; margin-left: 10px; padding-left: 5px; -- cgit v1.2.3-70-g09d2