mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-14 16:35:07 +01:00
fix alpha overlap during scrolled code highlight transitions
This commit is contained in:
parent
c5307462b0
commit
487cc860f8
5 changed files with 10 additions and 4 deletions
|
|
@ -1636,6 +1636,10 @@ $overlayHeaderPadding: 5px;
|
|||
opacity: 0.4;
|
||||
}
|
||||
|
||||
.reveal .hljs.has-highlights.fragment {
|
||||
transition: all .2s ease;
|
||||
}
|
||||
|
||||
.reveal .hljs:not(:first-child).fragment {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue