.sticky {
  &:hover:not(.sticky--ghosted) .sticky__actions-container {
    transition: bottom 100ms ease-in-out 300ms;
    bottom: var(--quarter-space);
    pointer-events: auto;
  }
}

.sticky__actions-container {
  bottom: -2em;
  pointer-events: none;

  .stickies--dragging & { bottom: -2em !important; }
}

.sticky--dragging {
  .sticky__content { overflow: hidden; }
  .sticky__actions-container { display: none; }
}
