aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionFreeFormView.scss
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-02-26 10:18:04 -0500
committerbob <bcz@cs.brown.edu>2019-02-26 10:18:04 -0500
commit56cecd09e098e39592c1ace0da7c73f5d080c0a7 (patch)
tree567dedfd84a280cdd70966c68a93229ae73cbc83 /src/client/views/collections/CollectionFreeFormView.scss
parent245904b619675cda216218e8d38d0970b7b6b249 (diff)
scrollbar redux
Diffstat (limited to 'src/client/views/collections/CollectionFreeFormView.scss')
-rw-r--r--src/client/views/collections/CollectionFreeFormView.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionFreeFormView.scss b/src/client/views/collections/CollectionFreeFormView.scss
index 7dd6223bc..737f28318 100644
--- a/src/client/views/collections/CollectionFreeFormView.scss
+++ b/src/client/views/collections/CollectionFreeFormView.scss
@@ -3,9 +3,10 @@
::-webkit-scrollbar {
-webkit-appearance: none;
height:5px;
+ width:5px;
}
::-webkit-scrollbar-thumb {
- border-radius: 5px;
+ border-radius: 2px;
background-color: rgba(0,0,0,.5);
}