@import './index.less';

.@{timepicker-prefix-cls}-panel {
  position: relative;
  left: 0;
  &.top {
    bottom: -8px;
  }
  &.bottom {
    top: -2px;
  }
}
