mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 11:28:24 +00:00 
			
		
		
		
	Remove unnecessary g-menu-stackable-scrollable (#24462)
Fix #24460 That's a mistake but ..... no idea why I wrote so ... remove it.
This commit is contained in:
		| @@ -2803,19 +2803,6 @@ table th[data-sortt-desc] .svg { | ||||
|   height: 15px; | ||||
| } | ||||
|  | ||||
| .g-menu-stackable-scrollable { | ||||
|   overflow-y: hidden; | ||||
|   overflow-x: auto; | ||||
| } | ||||
|  | ||||
| @media (max-width: 767.98px) { | ||||
|   /* also respect Fomantic's "stackable" definition, use the same breakpoint to reset our styles */ | ||||
|   .g-menu-stackable-scrollable { | ||||
|     overflow-x: unset; | ||||
|     overflow-y: unset; | ||||
|   } | ||||
| } | ||||
|  | ||||
| .color-text-light-2 { | ||||
|   color: var(--color-text-light-2); | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user