@import "tailwindcss";

.scrollable {
	display: flex;
	overflow-x: scroll;
	max-width: 100%;
	flex-wrap: nowrap;
}
