client/src/components/Session.scss
changeset 174 ac1a026edd58
parent 172 4b780ebbedc6
--- a/client/src/components/Session.scss	Fri Nov 16 11:19:13 2018 +0100
+++ b/client/src/components/Session.scss	Fri Nov 16 17:01:19 2018 +0100
@@ -21,13 +21,20 @@
             padding-left: ($grid-gutter-width / 2);
             padding-right: ($grid-gutter-width / 2);
         }
-            .notes-affix {
-                min-width: 17%;
-                max-width: 17%;
-                > *:first-child {
-                    max-height: calc(100%);
-                    overflow-y: auto;
-                }
+        .notes-affix {
+            min-width: 17%;
+            max-width: 17%;
+            display: flex;
+            flex-direction: column;
+            // > *:first-child {
+            //     max-height: calc(100%);
+            //     overflow-y: auto;
+            // }
+        }
+        .notes-affix-summary {
+            display: flex;
+            flex-direction: column;
+            overflow: hidden;
         }
         .notes-list {
             width: 100%;