.mantine-Drawer-drawer{
	transition-property: transform, opacity; 
	transition-duration: 250ms; 
	transition-timing-function: ease; 
	transform-origin: center top; 
	opacity: 1; 
	transform: translateY(0px) rotate(0deg);
	overflow-y: scroll;
	-ms-overflow-style: none;  /* IE and Edge */
  	scrollbar-width: none;  /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.mantine-Drawer-drawer::-webkit-scrollbar {
	display: none;
}