mirror of
				https://github.com/mastermindzh/rickvanlieshout.com
				synced 2025-11-04 02:29:46 +01:00 
			
		
		
		
	Merge pull request #378 from alehel/fix-scrollbar-jumping
Prevent the page content from jumping due to scrollbar
This commit is contained in:
		@@ -6,7 +6,7 @@ html {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
body {
 | 
			
		||||
  margin: 0;
 | 
			
		||||
  margin: 0 0 0 calc(100vw - 100%);
 | 
			
		||||
  font-family: $typographic-font-family;
 | 
			
		||||
  color: $typographic-base-font-color;
 | 
			
		||||
  line-height: $typographic-base-line-height;
 | 
			
		||||
@@ -166,4 +166,4 @@ figcaption {
 | 
			
		||||
    float: left;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user