Oxygen-Mobile-Sub-Menu icon indicating copy to clipboard operation
Oxygen-Mobile-Sub-Menu copied to clipboard

Make the toggle overlap the top tier

Open melisgs opened this issue 5 years ago • 0 comments

.link-toggle-container a {
   pointer-events: none;
   cursor: default;
}

.oxy-nav-menu-responsive-dropdowns.oxy-nav-menu.oxy-nav-menu-open .sub-menu-toggle {
    width: 100% !important;
}

.oxy-nav-menu-responsive-dropdowns .sub-menu-toggle::before {
    margin: -0.2rem 0 0.2rem auto !important;
    width: .5em !important;
}

melisgs avatar Apr 10 '19 11:04 melisgs