.gecko-google-calendar__wrapper gecko-calendar-body {
	display: block;

	> .viewport {
		overflow-x: hidden;

		> .months {
			position: relative;
			left: 0;

			transition: left 0.25s linear;

			> gecko-calendar-month {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
			}
		}
	}
}