aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/client/views/collections/CollectionFreeFormView.scss3
-rw-r--r--src/client/views/collections/CollectionSchemaView.scss5
2 files changed, 5 insertions, 3 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);
}
diff --git a/src/client/views/collections/CollectionSchemaView.scss b/src/client/views/collections/CollectionSchemaView.scss
index 9a7165209..f86094a98 100644
--- a/src/client/views/collections/CollectionSchemaView.scss
+++ b/src/client/views/collections/CollectionSchemaView.scss
@@ -7,10 +7,11 @@
height: 100%;
::-webkit-scrollbar {
-webkit-appearance: none;
- width: 5px;
+ height:5px;
+ width:5px;
}
::-webkit-scrollbar-thumb {
- border-radius: 5px;
+ border-radius: 2px;
background-color: rgba(0,0,0,.5);
}