diff options
Diffstat (limited to 'local.css')
-rw-r--r-- | local.css | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -132,3 +132,8 @@ svg a.highlight rect { stroke-width: 3px } a.highlight { background-color: yellow } .transcript-heading { font-weight: bold } + +.transcript .sticky-video { display: none } +@media only screen and (min-width: 64.063em) { + .transcript .sticky-video { position: sticky; top: 0 } +} |