@import './Item/style';

@include input-sizes(OptionList);

.hui-OptionList__scroll-container {
  float: left;
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
}

.hui-OptionList__list {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}

