Style fix: remove unnecessary calc
This commit is contained in:
		
							parent
							
								
									51aa1f57e7
								
							
						
					
					
						commit
						3e1c6fa83e
					
				| 
						 | 
					@ -268,7 +268,7 @@ $modal-background-background-color-dark: rgba($dark, 0.86) !default; // remove t
 | 
				
			||||||
  display: flex;
 | 
					  display: flex;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  ul.svelte-typeahead-list {
 | 
					  ul.svelte-typeahead-list {
 | 
				
			||||||
    max-height: calc(60vh);
 | 
					    max-height: 60vh;
 | 
				
			||||||
    overflow: auto;
 | 
					    overflow: auto;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    > li {
 | 
					    > li {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue