소스 검색

Merge pull request #1 from altryne/master

Added fix for firefox ( and other browsers without 3d support ) to be able to click links
Hakim El Hattab 14 년 전
부모
커밋
b5a274f3ba
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      css/main.css

+ 2 - 0
css/main.css

@@ -123,6 +123,8 @@ h4.inverted {
 
 #main section.present {
 	display: block;
+    position: relative;
+    z-index: 10;
 }
 
 #main section.future {