Scroll content, not container
This commit is contained in:
		
							parent
							
								
									183f63c3ce
								
							
						
					
					
						commit
						cb00eea2d4
					
				| 
						 | 
					@ -32,7 +32,7 @@
 | 
				
			||||||
  .dropdown-item .menu-icon {
 | 
					  .dropdown-item .menu-icon {
 | 
				
			||||||
    padding-right: .5em;
 | 
					    padding-right: .5em;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
  .dropdown-menu {
 | 
					  .dropdown-menu .dropdown-content {
 | 
				
			||||||
    max-height: calc(100vh - 60px);
 | 
					    max-height: calc(100vh - 60px);
 | 
				
			||||||
    overflow-y: auto;
 | 
					    overflow-y: auto;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue