Skip to content
Snippets Groups Projects
Commit a20d3b68 authored by hakimel's avatar hakimel
Browse files

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

parent 312eafe2
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment