소스 검색

overview slide size matches defaults

Hakim El Hattab 10 년 전
부모
커밋
0d9563b598
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      css/reveal.css

+ 2 - 1
css/reveal.css

@@ -982,12 +982,13 @@ body {
 }
 
 .reveal.overview .slides section {
-	height: 600px;
+	height: 700px;
 	overflow: hidden;
 	opacity: 1 !important;
 	visibility: visible !important;
 	cursor: pointer;
 	background: rgba(0,0,0,0.1);
+	box-sizing: border-box;
 }
 .reveal.overview .slides section,
 .reveal.overview-deactivating .slides section {