Fix session page CSS.
authorAlexandre Segura <mex.zktk@gmail.com>
Mon, 19 Jun 2017 11:35:27 +0200
changeset 45 c20f32e92759
parent 44 3b20e2b584fe
child 46 4aa24724e5b3
Fix session page CSS.
client/src/App.scss
--- a/client/src/App.scss	Fri Jun 16 18:36:39 2017 +0200
+++ b/client/src/App.scss	Mon Jun 19 11:35:27 2017 +0200
@@ -95,6 +95,8 @@
     justify-content: flex-end;
     .session-notes {
         overflow-y: auto;
+        width: 100%;
+        flex: 1;
     }
 }