Skip to content

Instantly share code, notes, and snippets.

View djak250's full-sized avatar

David Johnson djak250

  • Induro, LLC
  • Charlotte, NC
  • 03:41 (UTC -12:00)
View GitHub Profile
@djak250
djak250 / Floating Youtube Stylish
Created October 11, 2016 15:18
Floats Youtube video above comments to scroll while keeping video in view.
.watch-stage-mode #player {
position: fixed !important;
width: 100% !important;
z-index: 9999 !important;
top: 60px;
}
.watch-stage-mode #placeholder-player {
display: none;
}
@media(min-width: 1320px) {