Ver Fonte

Enabled scroll when text overflows

Taichi Masuyama há 4 anos atrás
pai
commit
d35d3779a2
1 ficheiros alterados com 9 adições e 0 exclusões
  1. 9 0
      packages/app/src/styles/style-presentation.scss

+ 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;