aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/PropertiesView.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2020-10-25 15:11:19 -0400
committerGitHub <noreply@github.com>2020-10-25 15:11:19 -0400
commit7de5f3a1e8b4e73534e15d778054f9ac431e9e40 (patch)
tree832c3be1b02fb9daaab257ce3767a001939edd4f /src/client/views/PropertiesView.scss
parente2b5bc51c1fa4b4ed026e6582b80086808bdcb70 (diff)
parentf89783a6c2b768aa3a9b4d85a2ae74212b6306f5 (diff)
Merge pull request #905 from browngraphicslab/presentation_v1
Presentation v1
Diffstat (limited to 'src/client/views/PropertiesView.scss')
-rw-r--r--src/client/views/PropertiesView.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/client/views/PropertiesView.scss b/src/client/views/PropertiesView.scss
index 9fdc8bc47..ce2a87733 100644
--- a/src/client/views/PropertiesView.scss
+++ b/src/client/views/PropertiesView.scss
@@ -686,7 +686,17 @@
font-weight: 500;
display: inline-flex;
+ .propertiesView-selectedCount {
+ width: max-content;
+ min-width: max-content;
+ }
+
.propertiesView-selectedList {
+ min-width: max-content;
+ width: 100%;
+ max-height: 180;
+ overflow: hidden;
+ overflow-y: scroll;
border-left: solid 1px darkgrey;
margin-left: 10px;
padding-left: 5px;