From a20d3b68627f7b83d0ad3a28280c9ec53c97af40 Mon Sep 17 00:00:00 2001 From: hakimel Date: Tue, 29 Jan 2013 15:11:10 -0500 Subject: fix layering issue of anchors in ff with page transition (closes #274) --- css/reveal.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'css/reveal.css') diff --git a/css/reveal.css b/css/reveal.css index 77bb0bc..168c730 100644 --- a/css/reveal.css +++ b/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; -- cgit v1.2.3