Skip to content

Links not Working  #7

@Cloudinnovates

Description

@Cloudinnovates

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions