.toolbar-item-container {
  position: relative;

  &-icon {
    padding: 10px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  &-dialog {
    z-index: 5;
    position: absolute;
    background: #fff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    width: fit-content;
    height: fit-content;
    bottom: 35px;
  }
}
