mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Dashboard context dropdown position fix on landing page in mobile view. (#27047)
as title. Screensots before  after 
This commit is contained in:
		@@ -89,9 +89,3 @@
 | 
			
		||||
.dashboard .dashboard-navbar .ui.dropdown {
 | 
			
		||||
  max-width: 100%;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@media (max-width: 767.98px) {
 | 
			
		||||
  .dashboard .dashboard-navbar .ui.dropdown > .menu {
 | 
			
		||||
    position: static;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user