add support for automatically scrolling code highlights into view
This commit is contained in:
parent
5a5a5c9a6c
commit
bff9bfb101
7 changed files with 254 additions and 50 deletions
|
@ -39,6 +39,7 @@ body {
|
|||
opacity: 0;
|
||||
visibility: hidden;
|
||||
transition: all .2s ease;
|
||||
will-change: opacity;
|
||||
|
||||
&.visible {
|
||||
opacity: 1;
|
||||
|
@ -1599,6 +1600,10 @@ $overlayHeaderPadding: 5px;
|
|||
* CODE HIGHLGIHTING
|
||||
*********************************************/
|
||||
|
||||
.reveal .hljs {
|
||||
min-height: 100%;
|
||||
}
|
||||
|
||||
.reveal .hljs table {
|
||||
margin: initial;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue