Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Status
The first post of this thread is a WikiPost and can be edited by anyone with the appropiate permissions. Your edits will be public.
Yup. It's a known bug on this beta. Makes navigating YT arduous. Looks like the app is rendering the title bar on top of the UI for some reason. The tabs themselves also do not adhere to the UI tint setting. Kind of a train wreck.
I discovered that using per-site CSS to move webpages down works as a crude (ugly) workaround to the Safari “un-clickable top-bar” bug. Requires a Safari extension like Makeover.

CSS:
body {
  position: relative;
  top: 25px;
}
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.