mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-07-31 03:40:28 +02:00
fix layering issue of anchors in ff with page transition (closes #274)
This commit is contained in:
@@ -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
Reference in New Issue
Block a user