소스 검색

fix overview when zoom transition is active (#196)

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

+ 2 - 1
css/reveal.css

@@ -1013,7 +1013,8 @@ body {
 	padding: 20px 0;
 	max-height: 600px;
 	overflow: hidden;	
-	opacity: 1;
+	opacity: 1!important;
+	visibility: visible!important;
 	cursor: pointer;
 	background: rgba(0,0,0,0.1);
 }