diff options
| author | bobzel <zzzman@gmail.com> | 2020-10-25 18:27:09 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-10-25 18:27:09 -0400 |
| commit | 7cbf4a4bab8325ef1b905e7590355918db5e9ecb (patch) | |
| tree | 95c7edb51ee81996e4189dceead5eca892499056 /src/client/views/PropertiesView.scss | |
| parent | 14d6fa20b47ff49a199fc8c181de6857c37bd227 (diff) | |
| parent | 7de5f3a1e8b4e73534e15d778054f9ac431e9e40 (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/views/PropertiesView.scss')
| -rw-r--r-- | src/client/views/PropertiesView.scss | 10 |
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; |
