aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionFreeFormView.scss
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-02-27 14:32:56 -0500
committerbob <bcz@cs.brown.edu>2019-02-27 14:32:56 -0500
commit42b2b9df4e502986d630df40e12f78d7fa54667b (patch)
tree4a1bc328f7a7a037c0de0f672685b35973722901 /src/client/views/collections/CollectionFreeFormView.scss
parent498f915675c1a7e6a3c3b332a2ecc77222bb4785 (diff)
parent7fb76d3609a012e5cb6342872b66993771696996 (diff)
merged with master. fixed select on load.
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 f7b2e6449..f432e8cc3 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%;