Fix clicking on collapsed toots with a background (fixes #547)
This commit is contained in:
		
							parent
							
								
									26c20a4ec7
								
							
						
					
					
						commit
						d0faac9027
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -229,6 +229,7 @@
 | 
				
			||||||
      top: 0;
 | 
					      top: 0;
 | 
				
			||||||
      bottom: 0;
 | 
					      bottom: 0;
 | 
				
			||||||
      background-image: linear-gradient(to bottom, rgba($base-shadow-color, .75), rgba($base-shadow-color, .65) 24px, rgba($base-shadow-color, .8));
 | 
					      background-image: linear-gradient(to bottom, rgba($base-shadow-color, .75), rgba($base-shadow-color, .65) 24px, rgba($base-shadow-color, .8));
 | 
				
			||||||
 | 
					      pointer-events: none;
 | 
				
			||||||
      content: "";
 | 
					      content: "";
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue