diff options
| author | madelinegr <mgriswold99@gmail.com> | 2019-02-25 17:33:05 -0500 |
|---|---|---|
| committer | madelinegr <mgriswold99@gmail.com> | 2019-02-25 17:33:05 -0500 |
| commit | dfe69e008b073a5c1dace2dc047e6696318e4720 (patch) | |
| tree | 522d81c60a0411d79f599ba73b068b5ecda7364f /src/client/views/collections/CollectionFreeFormView.scss | |
| parent | d091617fa9a8c43914fb754ca170cb3b2750d1af (diff) | |
| parent | bb418216efa9cc2e191b970e4cbe5080f4fd2b87 (diff) | |
mer con
Diffstat (limited to 'src/client/views/collections/CollectionFreeFormView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionFreeFormView.scss | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionFreeFormView.scss b/src/client/views/collections/CollectionFreeFormView.scss index 4cf474f77..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; @@ -11,5 +26,7 @@ position: absolute; top: 0; left: 0; + width:100%; + height: 100% } }
\ No newline at end of file |
