Browse Source

Enabled scroll when text overflows

Taichi Masuyama 4 năm trước cách đây
mục cha
commit
d35d3779a2

+ 9 - 0
packages/app/src/styles/style-presentation.scss

@@ -12,6 +12,15 @@
     font-family: Lato, -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif !important;
     font-family: Lato, -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif !important;
   }
   }
 
 
+  .present {
+    height: 100%;
+  }
+
+  .code-line {
+    max-height: 100%;
+    overflow-y: scroll;
+  }
+
   .slides > section {
   .slides > section {
     //text-align: left;
     //text-align: left;
     padding: 0;
     padding: 0;