diff options
| author | bob <bcz@cs.brown.edu> | 2019-02-26 17:32:07 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-02-26 17:32:07 -0500 |
| commit | 04ee2ad6e7ca887c3cfc7277c4b382f936c0fa6d (patch) | |
| tree | 45e74cd49a2fe9faacd2c79506e7fd65235ce0cf /src/client/views/collections | |
| parent | bd54526065428de2e931d7254776352199f6e55a (diff) | |
can switch into drag-as-dockingframe using shift after drag starts. changed scrollbars globally .
Diffstat (limited to 'src/client/views/collections')
| -rw-r--r-- | src/client/views/collections/CollectionFreeFormView.scss | 10 | ||||
| -rw-r--r-- | src/client/views/collections/CollectionSchemaView.scss | 9 |
2 files changed, 0 insertions, 19 deletions
diff --git a/src/client/views/collections/CollectionFreeFormView.scss b/src/client/views/collections/CollectionFreeFormView.scss index 737f28318..e86295c26 100644 --- a/src/client/views/collections/CollectionFreeFormView.scss +++ b/src/client/views/collections/CollectionFreeFormView.scss @@ -1,15 +1,5 @@ .collectionfreeformview-container { - ::-webkit-scrollbar { - -webkit-appearance: none; - height:5px; - width:5px; - } - ::-webkit-scrollbar-thumb { - border-radius: 2px; - background-color: rgba(0,0,0,.5); - } - .collectionfreeformview > .jsx-parser{ position:absolute; height: 100%; diff --git a/src/client/views/collections/CollectionSchemaView.scss b/src/client/views/collections/CollectionSchemaView.scss index 995d60f74..d40e6d314 100644 --- a/src/client/views/collections/CollectionSchemaView.scss +++ b/src/client/views/collections/CollectionSchemaView.scss @@ -6,15 +6,6 @@ position: absolute; width: 100%; height: 100%; - ::-webkit-scrollbar { - -webkit-appearance: none; - height:5px; - width:5px; - } - ::-webkit-scrollbar-thumb { - border-radius: 2px; - background-color: rgba(0,0,0,.5); - } .collectionSchemaView-previewRegion { position: relative; background: black; |
