clientjs/packages/dashboard-components/src/pages/glossary.scss
changeset 0 5f4fcbc80b37
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/clientjs/packages/dashboard-components/src/pages/glossary.scss	Fri Sep 14 17:57:34 2018 +0200
@@ -0,0 +1,10 @@
+.glossary-cols {
+    // position: absolute;
+    overflow-y: scroll;
+    height: 100%;
+  }
+  
+  .glossary-row {
+    height: 75%;
+  }
+  
\ No newline at end of file