.lh-context-menu {
  position: relative;
  .menu-list {
    display: none;
    position: fixed;
    z-index:2;
    width: 140px;
    min-height: 90px;
    background: white;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border-radius: 2px;
  }
  &.right-active {
    .menu-list {
      display: block;
    }
  }
}