Przeglądaj źródła

fix layering issue of anchors in ff with page transition (closes #274)

hakimel 11 lat temu
rodzic
commit
a20d3b6862
2 zmienionych plików z 5 dodań i 0 usunięć
  1. 5 0
      css/reveal.css
  2. 0 0
      css/reveal.min.css

+ 5 - 0
css/reveal.css

@@ -186,6 +186,11 @@ body {
 	max-height: 100%;
 }
 
+/** Prevents layering issues in certain browser/transition combinations */
+.reveal a {
+	position: relative;
+}
+
 .reveal strong,
 .reveal b {
 	font-weight: bold;

Plik diff jest za duży
+ 0 - 0
css/reveal.min.css


Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików