mirror of
				https://github.com/DerTyp7/dertyp7.github.io.git
				synced 2025-11-03 23:09:17 +01:00 
			
		
		
		
	Fix scrollbar bug
This commit is contained in:
		@@ -2,6 +2,10 @@
 | 
			
		||||
	display: flex;
 | 
			
		||||
	align-items: center;
 | 
			
		||||
	justify-content: space-between;
 | 
			
		||||
	position: sticky;
 | 
			
		||||
	background-color: var(--color-background-body);
 | 
			
		||||
	top: 0;
 | 
			
		||||
	z-index: 100;
 | 
			
		||||
	width: 100%;
 | 
			
		||||
	border-bottom: 1px solid var(--color-border);
 | 
			
		||||
	padding: 10px 50px;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user