Hello,
I am trying to place a notice top bar but it has a weird effect. When scrolling down, the menu is flipping several times.
This is the code:
<div class="body mt-0">
<div class="notice-top-bar bg-tertiary">
<div class="container">
<div class="row justify-content-center py-2">
<div class="col-9 col-md-12 text-center">
<p class="text-color-light mb-0">Profitable Tipster Service for daily live football tips via Telegram , with averatge decimal odds of 1.9.</p>
</div>
</div>
</div>
</div>
Please help me to put a notice-top-bar withhout menu flipping.
Thanks!