@import '../style/var';

.van-dropdown-item {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;

  &__content {
    position: absolute;
  }

  &__icon {
    display: block;
    line-height: inherit;
  }
}