Fix tabs bar scrolling along with content on mobile (#11418)
This commit is contained in:
		
							parent
							
								
									3332cfcc23
								
							
						
					
					
						commit
						5e0ccb3020
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
					@ -1936,6 +1936,9 @@ a.account__display-name {
 | 
				
			||||||
  background: lighten($ui-base-color, 8%);
 | 
					  background: lighten($ui-base-color, 8%);
 | 
				
			||||||
  flex: 0 0 auto;
 | 
					  flex: 0 0 auto;
 | 
				
			||||||
  overflow-y: auto;
 | 
					  overflow-y: auto;
 | 
				
			||||||
 | 
					  position: sticky;
 | 
				
			||||||
 | 
					  top: 0;
 | 
				
			||||||
 | 
					  z-index: 3;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.tabs-bar__link {
 | 
					.tabs-bar__link {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue