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
commit0a5b336a638694b8d2f9d7366dc4dca6af97e970 (patch)
tree1128cba0e4532e1ca9ad5eba8c85cec1c74c2c5a
parent3887e189d1642e6c0c9973d01dcf4db1ef03cffe (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;