aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/client/views/PropertiesView.scss3
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;