body .admin-quickbar-jumpicons {
  .aqb-css-list {
    display: none;
    position: absolute;
    top: auto;
    left: auto;
    bottom: 100%;
    margin-bottom: 10px;
    right: -17px;
    width: 240px;
    z-index: 10;

    &::after {
      content: '';
      position: absolute;
      top: 100%;
      height: 20px;
      right: 0;
      width: 100%;
    }
  }

  .aqb-icon-css:hover .aqb-css-list {
    display: block;
  }
}
