@import '../../style/mixin';

.h-date-picker {
	height: 100%;
	position: relative;

	input {
		@include position(absolute, 1, top, 0, left, -9999px);
		background: #f00;
	}

	.h-picker-content {
		height: 100%;
	}
}