/*	
*	################################################################################
*	
*	My Custom Style for KINGADMIN
*	---------------------------------------------------------------------
*
*	Version		1.0
*	Author		Your Name
*	
*	Override theme style or create your new styles. Direct change to main.css
*	is not recommended to avoid problems when theme updates arrived in the future
*	
*	################################################################################
*/


.dropzone {
	padding: 20px;
	height: 500px; 
	overflow-y: auto; /*<-- added*/
	background-image: image-url("diagonal-stripe.png");
	background-repeat: repeat; 
}