Преглед изворни кода

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

fix: Show full text on presentation mode
Yuki Takei пре 4 година
родитељ
комит
a0234308ce
1 измењених фајлова са 5 додато и 0 уклоњено
  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;
   }
 
+  .present {
+    max-height: 100%;
+    overflow-y: scroll;
+  }
+
   .slides > section {
     //text-align: left;
     padding: 0;