fix layering issue of anchors in ff with page transition (closes #274)
This commit is contained in:
parent
312eafe2e0
commit
a20d3b6862
|
@ -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;
|
||||
|
|
2
css/reveal.min.css
vendored
2
css/reveal.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user