| 
					
				 | 
			
			
				@@ -20,6 +20,15 @@ $module-list: #{$prefix}-scrolllist; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             .#{$module-list}-item, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             .#{$module-list}-item-wheel .#{$module-list}-list-outer { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                -ms-overflow-style: none; /* Internet Explorer 10+ */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                scrollbar-width: none; /* Firefox */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                &::-webkit-scrollbar { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    display: none; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    width: 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    height: 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 & > ul { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     padding-bottom: ($height-timePicker_panel_body - $height-scrollList_item) * 0.5; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 } 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -28,7 +37,7 @@ $module-list: #{$prefix}-scrolllist; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             .#{$module-list}-item { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 -ms-overflow-style: none; /* Internet Explorer 10+ */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 scrollbar-width: none; /* Firefox */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 &::-webkit-scrollbar { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     display: none; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     width: 0; 
			 |