mirror of
				https://github.com/SuperBFG7/ympd
				synced 2025-10-31 05:43:01 +00:00 
			
		
		
		
	Fix position only on big screens
This commit is contained in:
		| @@ -165,7 +165,9 @@ button { | ||||
|   color: black; | ||||
| } | ||||
|  | ||||
| .sticky { | ||||
|   position: sticky; | ||||
|   top: 55px; | ||||
| @media screen and (min-width: 992px) { | ||||
|   .sticky { | ||||
|     position: sticky; | ||||
|     top: 55px; | ||||
|   } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 SuperBFG7
					SuperBFG7