Explorar o código

Merge pull request #5636 from weseek/fix/show-full-page-on-presentation-mode

fix: Show full text on presentation mode
Yuki Takei %!s(int64=4) %!d(string=hai) anos
pai
achega
a0234308ce
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      packages/app/src/styles/style-presentation.scss

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

@@ -12,6 +12,11 @@
     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 {
+    max-height: 100%;
+    overflow-y: scroll;
+  }
+
   .slides > section {
   .slides > section {
     //text-align: left;
     //text-align: left;
     padding: 0;
     padding: 0;