aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionSchemaView.scss
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2019-02-20 01:24:09 -0500
committerBob Zeleznik <zzzman@gmail.com>2019-02-20 01:24:09 -0500
commitb78001e230970ccbe62c4cd3418aea5f4b288218 (patch)
tree65ae79c9f2448da679644078d3daca1ad9e83488 /src/client/views/collections/CollectionSchemaView.scss
parent6e2c6f383a68fbce6be7edb62030363ea3f02508 (diff)
switched from a SplitPane to a simple div
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.scss')
-rw-r--r--src/client/views/collections/CollectionSchemaView.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.scss b/src/client/views/collections/CollectionSchemaView.scss
index 633e3ca1b..1e6a6a279 100644
--- a/src/client/views/collections/CollectionSchemaView.scss
+++ b/src/client/views/collections/CollectionSchemaView.scss
@@ -5,6 +5,15 @@
position: absolute;
width: 100%;
height: 100%;
+ ::-webkit-scrollbar {
+ -webkit-appearance: none;
+ width: 10px;
+ }
+ ::-webkit-scrollbar-thumb {
+ border-radius: 5px;
+ background-color: rgba(0,0,0,.5);
+ }
+
.collectionfreeformview-container {
border-width: 0px;
.collectionfreeformview > .jsx-parser{
@@ -24,6 +33,9 @@
background: white;
box-sizing: border-box;
}
+ .ReactTable .rt-table {
+ overflow: unset
+ }
.ReactTable .rt-thead.-header {
background:grey;
}