Просмотр исходного кода

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

fix: Show full text on presentation mode
Yuki Takei 4 лет назад
Родитель
Сommit
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;