diff options
| author | Jude <julie_wang1@brown.edu> | 2019-02-24 15:15:24 -0500 |
|---|---|---|
| committer | Jude <julie_wang1@brown.edu> | 2019-02-24 15:15:24 -0500 |
| commit | 2eec7d883511107136d27683a309287c350f79b4 (patch) | |
| tree | f57e99eda60a697836d9bf994bed337763b7bf20 /src/client/views/collections/CollectionFreeFormView.scss | |
| parent | 6c6e5ebcfa80c04844a08ab23f6f7b66494b78d4 (diff) | |
| parent | d9d55e422826da1fe87aa7973c92e54bc0c99f02 (diff) | |
merge
Diffstat (limited to 'src/client/views/collections/CollectionFreeFormView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionFreeFormView.scss | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/src/client/views/collections/CollectionFreeFormView.scss b/src/client/views/collections/CollectionFreeFormView.scss index e9d134e7b..e682b9815 100644 --- a/src/client/views/collections/CollectionFreeFormView.scss +++ b/src/client/views/collections/CollectionFreeFormView.scss @@ -1,4 +1,15 @@ .collectionfreeformview-container { + + ::-webkit-scrollbar { + -webkit-appearance: none; + width: 10px; + } + ::-webkit-scrollbar-thumb { + border-radius: 5px; + background-color: rgba(0,0,0,.5); + } + border-style: solid; + box-sizing: border-box; position: relative; top: 0; left: 0; @@ -9,12 +20,7 @@ position: absolute; top: 0; left: 0; + width:100%; + height: 100% } -} - -.border { - border-style: solid; - box-sizing: border-box; - width: 100%; - height: 100%; }
\ No newline at end of file |
