add support for automatically scrolling code highlights into view
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user