aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionFreeFormView.scss
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-02-26 17:32:07 -0500
committerbob <bcz@cs.brown.edu>2019-02-26 17:32:07 -0500
commit04ee2ad6e7ca887c3cfc7277c4b382f936c0fa6d (patch)
tree45e74cd49a2fe9faacd2c79506e7fd65235ce0cf /src/client/views/collections/CollectionFreeFormView.scss
parentbd54526065428de2e931d7254776352199f6e55a (diff)
can switch into drag-as-dockingframe using shift after drag starts. changed scrollbars globally .
Diffstat (limited to 'src/client/views/collections/CollectionFreeFormView.scss')
-rw-r--r--src/client/views/collections/CollectionFreeFormView.scss10
1 files changed, 0 insertions, 10 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%;