aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-02-22 11:57:17 -0500
committerbob <bcz@cs.brown.edu>2019-02-22 11:57:17 -0500
commitf58c27d102ffbe44eea09ff6e3900292d273a021 (patch)
tree1128cba0e4532e1ca9ad5eba8c85cec1c74c2c5a
parent1dc667d3a6b5113aa7706e97d94419dd7d50079e (diff)
css hacking for schema
-rw-r--r--src/client/views/collections/CollectionSchemaView.scss17
1 files changed, 15 insertions, 2 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.scss b/src/client/views/collections/CollectionSchemaView.scss
index fb2729a92..ba9afee62 100644
--- a/src/client/views/collections/CollectionSchemaView.scss
+++ b/src/client/views/collections/CollectionSchemaView.scss
@@ -26,16 +26,29 @@
}
.ReactTable {
position: absolute;
- display: inline-block;
+ // display: inline-block;
+ // overflow: auto;
width: 100%;
- overflow: auto;
height: 100%;
background: white;
box-sizing: border-box;
}
.ReactTable .rt-table {
overflow-y: auto;
+ overflow-x: auto;
height: 100%;
+
+ display: -webkit-inline-box;
+ direction: ltr;
+ // direction:rtl;
+ // display:block;
+ }
+ .ReactTable .rt-tbody {
+ //direction: ltr;
+ direction: rtl;
+ }
+ .ReactTable .rt-tr-group {
+ direction: ltr;
}
.ReactTable .rt-thead.-header {
background:grey;