mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Use tippy.js for context popup (#20393)
By appending the tooltips to `document.body`, we can avoid any stacking context issues caused by surrounding element's CSS. This uses [tippy.js](https://github.com/atomiks/tippyjs) instead of Fomantic popups. We should aim to replace all Fomantic popups with this eventually and then get rid of the Fomantic `popup` module completely.
This commit is contained in:
		@@ -9,6 +9,7 @@
 | 
			
		||||
@import "./features/imagediff.less";
 | 
			
		||||
@import "./features/codeeditor.less";
 | 
			
		||||
@import "./features/projects.less";
 | 
			
		||||
@import "./modules/tippy.less";
 | 
			
		||||
@import "./markup/content.less";
 | 
			
		||||
@import "./markup/codecopy.less";
 | 
			
		||||
@import "./code/linebutton.less";
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user