@media (max-width: 768px) {
  #lqs_anchormenu {
    display: none;
  }
}
#lqs_anchormenu{
    list-style:none;
  
    top: 0;
    left: 0;
    background:white;
    padding-top:10px;
  
}
.lqs_anchormenu{
     overflow-y:auto;
   overflow-x:hidden;
   
   
   padding-inline-start: 0;
   
   padding:10px;
}
.lqs_anchormenu::-webkit-scrollbar {
  width: 5px;
}

.lqs_anchormenu::-webkit-scrollbar-track {
  background-color: rgba(0,0,0,0.1);
  border-radius:5px;
}


.lqs_anchormenu li{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;    
}

#lqs_anchormenu_handle{
    width:0px;
    height:0px;
    
    border:10px solid ;
    border-right:10px solid transparent;
    border-top:10px solid transparent;
    border-bottom:10px solid transparent;
    transform: scaleX(-1) rotate(135deg);
        position: absolute;
    right: -5px;
    bottom: -5px;
    cursor: nw-resize;
 
}
#lqs_anchormenu_handle:hover{
   border:10px solid red;
    border-right:10px solid transparent;
    border-top:10px solid transparent;
    border-bottom:10px solid transparent;
}

.lqs_anchormenu li{
    padding:0;
    text-align:left;
    display:block;
   
}
.lqs_anchormenu li a{
 line-height:1.75em;
}
 