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
commit8b62b46323a51e10faf2863d5f91b087471fa0a8 (patch)
tree65ae79c9f2448da679644078d3daca1ad9e83488 /src/client/views/collections/CollectionSchemaView.scss
parentb84d3bb1b8f10f94044c1899f4579e66df2fe585 (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;
}