fix(getting_started): Scroll on mobile (#4312)
This commit is contained in:
		
							parent
							
								
									6803935c4d
								
							
						
					
					
						commit
						ff26b72333
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -1856,7 +1856,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.getting-started__wrapper {
 | 
					.getting-started__wrapper {
 | 
				
			||||||
  position: relative;
 | 
					  position: relative;
 | 
				
			||||||
  flex: 0 0 auto;
 | 
					  overflow-y: scroll;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.getting-started__footer {
 | 
					.getting-started__footer {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue