fix(getting_started): No scrollbar if not needed (#4350)
This commit is contained in:
		
							parent
							
								
									07d93716aa
								
							
						
					
					
						commit
						de105d64d5
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -1878,7 +1878,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.getting-started__wrapper {
 | 
					.getting-started__wrapper {
 | 
				
			||||||
  position: relative;
 | 
					  position: relative;
 | 
				
			||||||
  overflow-y: scroll;
 | 
					  overflow-y: auto;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.getting-started__footer {
 | 
					.getting-started__footer {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue