-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
I add smint-disable but the following links Partners and contact us would not scroll.
It is ok for home and the rest.
<div class="subMenu" >
<a href="#" id="sTop" class="subNavBtn">Home</a>
<a href="#" id="s1" class="subNavBtn">About Us</a>
<a href="#" id="s2" class="subNavBtn">Services</a>
<a href="product.html" class="subNavBtn smint-disable">Products</a>
<a href="#" id="s4" class="subNavBtn">Partners</a>
<a href="#" id="s5" class="subNavBtn">Contact Us</a>
</div>
Nothing happen when I tried the following too
<div class="subMenu" >
<a href="product.html" id="s3" class="subNavBtn smint-disable">Products</a>
<a href="product.html" id="do-not-scroll" class="subNavBtn smint-disable">Products</a>
</div>
Please advice.
Metadata
Metadata
Assignees
Labels
No labels