WeCodePixels / theia-sticky-sidebar

Glues your website's sidebars, making them permanently visible while scrolling.
MIT License
569 stars 209 forks source link

.theiaStickySidebar showing ontop of YouTube full screen #46

Open danleecreates opened 7 years ago

danleecreates commented 7 years ago

Does anyone have advice on how to stop the sticky sidebar from showing when a YouTube video has been expanded to full screen? See example below...

screen shot 2017-06-19 at 10 26 21
danleecreates commented 6 years ago

Any ideas on solving this issue? I tried to do an overwrite on the YouTube styling but this doesn't seem to be the best idea.

liviucmg commented 6 years ago

Some ideas: Try setting a very high z-index on the YouTube iframe, or add position:relative to it, or both.