styles.less 899 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;
  //  transition: all .3s;
  //  box-sizing: border-box;
  //  margin: 0;
  //  list-style: none;
  //  width: 100%;
  //  padding: 4px 11px;
  //  font-size: 14px;
  //  background-color: #fff;
  //  border: 1px solid #d9d9d9;
  //  border-radius: 4px;
  //
  //  &:hover {
  //    border-color: @B8;
  //  }
  //
  //  .ant-tag {
  //    margin: 1px;
  //  }
  //
  //  > .anticon {
  //    padding: 0 6px;
  //    color: @N5;
  //    font-size: 12px;
  //  }
  //}
}