styles.less 597 Bytes
@import '~@qx/ui/src/style/variable.less';

.qx-app-selector__modal {

  .ant-popover-inner-content {
    max-height: 280px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
  }
  .qx-fg-select-overlay .ant-popover-arrow {
    display: none;
  }

  .ant-input.select-source {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    min-height: 32px;
    position: unset;
    transition: all .3s;

    .ant-tag {
      margin: 1px;
    }

    > .anticon {
      padding: 0 6px;
      color: @N5;
      font-size: 12px;
    }
  }
}