diff options
author | Geireann Lindfield Roberts <60007097+geireann@users.noreply.github.com> | 2020-10-26 02:07:07 +0800 |
---|---|---|
committer | Geireann Lindfield Roberts <60007097+geireann@users.noreply.github.com> | 2020-10-26 02:07:07 +0800 |
commit | d162a41b83c8b781fa7658dde4699e0ac0e2c421 (patch) | |
tree | 1e03eab36a32784838331648695c5f58969fcfe6 | |
parent | 6c1f48a0480e99525ef9fcfbcd77e33435f79882 (diff) |
UI max-height change
-rw-r--r-- | src/client/views/PropertiesView.scss | 3 |
1 files changed, 3 insertions, 0 deletions
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; |