31 lines
		
	
	
		
			452 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			452 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
.custom-frames-view {
 | 
						|
    padding: 0 !important;
 | 
						|
    overflow: hidden !important;
 | 
						|
}
 | 
						|
 | 
						|
.custom-frames-view-file {
 | 
						|
    padding: 0;
 | 
						|
    overflow: auto;
 | 
						|
}
 | 
						|
 | 
						|
.custom-frames-frame {
 | 
						|
    width: 100%;
 | 
						|
    height: 100%;
 | 
						|
    border: none;
 | 
						|
    background-color: white;
 | 
						|
    background-clip: content-box;
 | 
						|
}
 | 
						|
 | 
						|
.custom-frames-add {
 | 
						|
    margin-left: 10px;
 | 
						|
}
 | 
						|
 | 
						|
.custom-frames-show {
 | 
						|
    margin-bottom: 18px;
 | 
						|
}
 | 
						|
 | 
						|
.custom-frames-support {
 | 
						|
    width: 100%;
 | 
						|
    height: auto;
 | 
						|
}
 |