.apos-context-menu-container
{
  position: fixed;
  bottom: @apos-padding-2;
  left: @apos-padding-2;
  @media @apos-breakpoint-desktop-xl
  {
    bottom: @apos-padding-4;
    left: @apos-padding-4;
  }
  z-index: @apos-z-index-7;

  .apos-context-menu
  {
    .apos-inline-block(top);

    &:nth-of-type(2)
    {
      margin-left: 0.5em;
    }
  }
  &.apos-content-menu-active {
    // Prevents conflicts with the content (add widget) menu,
    // also note we need this to pass functional tests
    display: none;
  }
  .apos-unsaved {
    margin-left: @apos-padding-1;
    &:hover, &:focus {
      cursor: initial;
      box-shadow: none;
    }
  }
}
