mirror of
				https://github.com/vector-im/element-web.git
				synced 2025-11-04 02:02:14 +01:00 
			
		
		
		
	Tweaked tooltip z-index
This commit is contained in:
		
							parent
							
								
									24e021b91f
								
							
						
					
					
						commit
						ce5311191f
					
				@ -14,19 +14,19 @@ See the License for the specific language governing permissions and
 | 
				
			|||||||
limitations under the License.
 | 
					limitations under the License.
 | 
				
			||||||
*/
 | 
					*/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.mx_RoomTooltip_chevron {
 | 
				
			||||||
 | 
					    position: absolute;
 | 
				
			||||||
 | 
					    left: -9px;
 | 
				
			||||||
 | 
					    top: 7px;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.mx_RoomTooltip {
 | 
					.mx_RoomTooltip {
 | 
				
			||||||
    display: none;
 | 
					    display: none;
 | 
				
			||||||
    position: fixed;
 | 
					    position: fixed;
 | 
				
			||||||
    border: 1px solid #a4a4a4;
 | 
					    border: 1px solid #a4a4a4;
 | 
				
			||||||
    border-radius: 8px;
 | 
					    border-radius: 8px;
 | 
				
			||||||
    background-color: #fff;
 | 
					    background-color: #fff;
 | 
				
			||||||
    z-index: 1000;
 | 
					    z-index: 2000;
 | 
				
			||||||
    left: 64px;
 | 
					    left: 64px;
 | 
				
			||||||
    padding: 6px;
 | 
					    padding: 6px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					 | 
				
			||||||
.mx_RoomTooltip_chevron {
 | 
					 | 
				
			||||||
    position: absolute;
 | 
					 | 
				
			||||||
    left: -9px;
 | 
					 | 
				
			||||||
    top: 8px;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user