SKYLINE: Scroll bars on the homepage video

I made some changes to the Skyline project right at the last minute, and broke it :-( But i didn’t spot the issue, the eagle-eyed @rojharris spotted it.

I fixed it in the next version of the project (v.1.6.2) but a few copies of the first version slipped out. If you have it, the fix is easy…

  1. Change the video Utility stack type to uk-panel

  2. add the class overflow to the custom class box

  3. Add the following to the custom CSS in the RW inspector….

     .overflow {
     overflow: hidden !important;
     }