
/* https://stackoverflow.com/questions/69400560/how-to-change-scrollbar-when-using-tailwind-next-js-react */
.Panel.ParamsStack.styled-scroll-bar::-webkit-scrollbar {
	width: 8px;
	/* height: 0px; */
}
.Panel.ParamsStack.styled-scroll-bar::-webkit-scrollbar-track {
	border-radius: 4px;
	background: #999;
}
.Panel.ParamsStack.styled-scroll-bar::-webkit-scrollbar-thumb {
	border-radius: 4px;
	/* border: 1px solid transparent; */
	background: rgb(37 99 235);
}
.Panel.ParamsStack.styled-scroll-bar::-webkit-scrollbar-thumb:hover {
	background: rgb(29 78 216);
}


/*# sourceMappingURL=polygonjs_editor_components.7f03343c7d17a5dbc2ff.css.map*/