mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 03:18:24 +00:00 
			
		
		
		
	Fix issue and commit status popup padding (#25254)
Close #25249 Use "dialog" for the role  --------- Co-authored-by: silverwind <me@silverwind.io>
This commit is contained in:
		| @@ -65,6 +65,7 @@ export function initCommitStatuses() { | ||||
|       content: this.nextElementSibling, | ||||
|       placement: top ? 'top-start' : 'bottom-start', | ||||
|       interactive: true, | ||||
|       role: 'dialog', | ||||
|     }); | ||||
|   }); | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user