Skip to content

Commit

Permalink
Improve scrollng of prsntr notes to top of screen
Browse files Browse the repository at this point in the history
  • Loading branch information
jbullock35 committed Apr 26, 2022
1 parent 430f20e commit d1ae8e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Bullock_xaringan_Zoom.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
padding-right: 20px; /* a little space between last characters and the control bar */
}

.remark-notes > p:last-child {
margin-bottom: 35em !important; /* allow scrolling last lines of notes to top of screen. Use 5em if I want a small window. */
.remark-notes > *:last-child { /* Get last child (not last descendant) of .remark-notes */
margin-bottom: 50em !important; /* allow scrolling last lines of notes to top of screen. Use 5em if I want a small window. */
}

0 comments on commit d1ae8e7

Please sign in to comment.