Make youtube banner non-sticky

pull/3432/head
Kamran Ahmed 2 years ago
parent ec04b582a6
commit b194d167be
  1. 3
      src/components/YouTubeBanner.astro

@ -2,7 +2,8 @@
import Icon from './Icon.astro'; import Icon from './Icon.astro';
--- ---
<div class='sticky top-0 border-b border-b-yellow-300 z-20 flex h-[37px]' youtube-banner> <!-- sticky top-0 -->
<div class='border-b border-b-yellow-300 z-20 flex h-[37px]' youtube-banner>
<a <a
href='https://youtube.com/theroadmap?sub_confirmation=1' href='https://youtube.com/theroadmap?sub_confirmation=1'
target='_blank' target='_blank'

Loading…
Cancel
Save