Picker.less 136 Bytes
Newer Older
liang ce committed
1 2 3 4 5 6 7 8 9 10
.@{prefixClass}-picker {
  position: absolute;
  left: -9999px;
  top: -9999px;
  z-index: 1000;

  &-hidden {
    display: none;
  }
}