diff options
| author | laurawilsonri <laura_wilson@brown.edu> | 2019-02-26 16:23:23 -0500 |
|---|---|---|
| committer | laurawilsonri <laura_wilson@brown.edu> | 2019-02-26 16:23:23 -0500 |
| commit | e1928fc233c924f59d1b8b3062cc956ef0c06099 (patch) | |
| tree | a3f6444d8a19562e3b694813d01bc86d366faa79 /src/client/views/collections/CollectionFreeFormView.scss | |
| parent | 11327191e249382cc5d2551f1fd262d3a4ff25b9 (diff) | |
| parent | 3ff149e05a76fa0a0ace32a1b0c9876c4850aa2a (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into improveText
Diffstat (limited to 'src/client/views/collections/CollectionFreeFormView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionFreeFormView.scss | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/client/views/collections/CollectionFreeFormView.scss b/src/client/views/collections/CollectionFreeFormView.scss index df9b1030c..f7b2e6449 100644 --- a/src/client/views/collections/CollectionFreeFormView.scss +++ b/src/client/views/collections/CollectionFreeFormView.scss @@ -2,10 +2,11 @@ ::-webkit-scrollbar { -webkit-appearance: none; - width: 10px; + height:5px; + width:5px; } ::-webkit-scrollbar-thumb { - border-radius: 5px; + border-radius: 2px; background-color: rgba(0,0,0,.5); } |
