diff options
| author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-02-25 11:25:44 -0500 |
|---|---|---|
| committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-02-25 11:25:44 -0500 |
| commit | 2ab7ee87a2f22d029c1cf25a8f776cb3f17a24b3 (patch) | |
| tree | ee6c0989cff19f539ca7a34a5b9d09489de21613 /src/client/views/collections/CollectionFreeFormView.scss | |
| parent | cb56876b21dc47f26747f902bd81df49eae4cf4b (diff) | |
| parent | e57c8ed3944bf737afdb2f564d159a53f8a6b1c6 (diff) | |
Merge branch 'master' of github-tsch-brown:browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/views/collections/CollectionFreeFormView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionFreeFormView.scss | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionFreeFormView.scss b/src/client/views/collections/CollectionFreeFormView.scss index 6d678528a..d583a8218 100644 --- a/src/client/views/collections/CollectionFreeFormView.scss +++ b/src/client/views/collections/CollectionFreeFormView.scss @@ -1,4 +1,19 @@ .collectionfreeformview-container { + + ::-webkit-scrollbar { + -webkit-appearance: none; + width: 10px; + } + ::-webkit-scrollbar-thumb { + border-radius: 5px; + background-color: rgba(0,0,0,.5); + } + + .collectionfreeformview > .jsx-parser{ + position:absolute; + height: 100%; + } + border-style: solid; box-sizing: border-box; position: relative; |
