aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionGrid/CollectionGridView.scss
diff options
context:
space:
mode:
authorusodhi <61431818+usodhi@users.noreply.github.com>2020-06-01 10:06:31 +0530
committerusodhi <61431818+usodhi@users.noreply.github.com>2020-06-01 10:06:31 +0530
commit85553878a01877efb9e9d3b748064db66a6d8e30 (patch)
tree37b16df637ed7d5bfbb6eff392f57c25f2d125aa /src/client/views/collections/collectionGrid/CollectionGridView.scss
parent28388e57564accf6ba3758b475144a78c2774458 (diff)
added grid ref and fixed css
Diffstat (limited to 'src/client/views/collections/collectionGrid/CollectionGridView.scss')
-rw-r--r--src/client/views/collections/collectionGrid/CollectionGridView.scss43
1 files changed, 26 insertions, 17 deletions
diff --git a/src/client/views/collections/collectionGrid/CollectionGridView.scss b/src/client/views/collections/collectionGrid/CollectionGridView.scss
index b88721b4d..49d463441 100644
--- a/src/client/views/collections/collectionGrid/CollectionGridView.scss
+++ b/src/client/views/collections/collectionGrid/CollectionGridView.scss
@@ -1,14 +1,4 @@
-// .react-grid-layout.layout {
-// // max-height: 100%;// min-height: 100%;
-// overflow-y: auto;
-// }
-
-// .collectionView {// background-color: white;
-// overflow-y: scroll;
-// }
-
-
-.collectionGridView_contents {
+.collectionGridView-contents {
display: flex;
overflow: hidden;
width: 100%;
@@ -16,13 +6,32 @@
flex-direction: column;
}
-.collectionGridView_contents .document-wrapper {
- display: flex;
- flex-direction: column;
- width: 100%;
+.collectionGridView-contents .collectionGridView-gridContainer {
height: 100%;
+ overflow-y: auto;
+ background-color: white;
+}
+
+.documentDecorations-container .documentDecorations-resizer {
+ pointer-events: none;
+
+}
+
+#documentDecorations-bottomRightResizer,
+#documentDecorations-bottomLeftResizer,
+#documentDecorations-topRightResizer,
+#documentDecorations-topLeftResizer {
+ visibility: collapse;
+}
+
+/* Chrome, Safari, Edge, Opera */
+input::-webkit-outer-spin-button,
+input::-webkit-inner-spin-button {
+ -webkit-appearance: none;
+ margin: 0;
}
-.react-grid-layout.layout {
- height: 100%
+/* Firefox */
+input[type=number] {
+ -moz-appearance: textfield;
} \ No newline at end of file