Show media modal on public pages (#6801)
This commit is contained in:
		
				
					committed by
					
						
						Eugen Rochko
					
				
			
			
				
	
			
			
			
						parent
						
							1c15329cce
						
					
				
				
					commit
					ff7941e652
				
			@@ -3375,13 +3375,14 @@ a.status-card {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.modal-root {
 | 
			
		||||
  position: relative;
 | 
			
		||||
  transition: opacity 0.3s linear;
 | 
			
		||||
  will-change: opacity;
 | 
			
		||||
  z-index: 9999;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.modal-root__overlay {
 | 
			
		||||
  position: absolute;
 | 
			
		||||
  position: fixed;
 | 
			
		||||
  top: 0;
 | 
			
		||||
  left: 0;
 | 
			
		||||
  right: 0;
 | 
			
		||||
@@ -3390,7 +3391,7 @@ a.status-card {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.modal-root__container {
 | 
			
		||||
  position: absolute;
 | 
			
		||||
  position: fixed;
 | 
			
		||||
  top: 0;
 | 
			
		||||
  left: 0;
 | 
			
		||||
  width: 100%;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user