Make toolbar transparent
This commit is contained in:
		@@ -1,5 +1,8 @@
 | 
				
			|||||||
mat-toolbar {
 | 
					mat-toolbar {
 | 
				
			||||||
 | 
					  position: absolute;
 | 
				
			||||||
  height: 40px !important;
 | 
					  height: 40px !important;
 | 
				
			||||||
 | 
					  z-index: 500;
 | 
				
			||||||
 | 
					  background-color: rgba(255, 255, 255, 0.5)
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.selected {
 | 
					.selected {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,5 +1,5 @@
 | 
				
			|||||||
#map {
 | 
					#map {
 | 
				
			||||||
  height: calc(100vh - 40px);
 | 
					  height: 100vh;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.palette {
 | 
					.palette {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user