forked from edward/owl-map
		
	Shrink map so sidebar isn't on top
This commit is contained in:
		
							parent
							
								
									e3cefcfcbd
								
							
						
					
					
						commit
						7ed3b849e0
					
				| 
						 | 
				
			
			@ -2,8 +2,8 @@
 | 
			
		|||
  position: absolute;
 | 
			
		||||
  top: 0px;
 | 
			
		||||
  bottom: 0px;
 | 
			
		||||
  left: 0px;
 | 
			
		||||
  right: 0px;
 | 
			
		||||
  left: 25%;
 | 
			
		||||
  width: 75%;
 | 
			
		||||
  z-index: -1;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -26,8 +26,10 @@
 | 
			
		|||
 | 
			
		||||
#sidebar {
 | 
			
		||||
  position: absolute;
 | 
			
		||||
  top: 20px;
 | 
			
		||||
  left: 20px;
 | 
			
		||||
  bottom: 20px;
 | 
			
		||||
  background: #eee;
 | 
			
		||||
  top: 0px;
 | 
			
		||||
  left: 0px;
 | 
			
		||||
  bottom: 0px;
 | 
			
		||||
  overflow: auto;
 | 
			
		||||
  width: 25%;
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue