mirror of
				https://git.tt-rss.org/fox/tt-rss.git
				synced 2025-11-04 05:41:29 +01:00 
			
		
		
		
	Without this change only a portion of the original website is embedded in Firefox 20. The Chromium 26 behavior is as expected with hidden and auto.
		
			
				
	
	
		
			14 lines
		
	
	
		
			232 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			232 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
div.cdmContentInner iframe.embeddedContent {
 | 
						|
	overflow : auto;
 | 
						|
	width : 100%;
 | 
						|
	height : 600px;
 | 
						|
	border-width : 0px;
 | 
						|
}
 | 
						|
 | 
						|
div.postContent iframe.embeddedContent {
 | 
						|
	overflow : auto;
 | 
						|
	width : 100%;
 | 
						|
	height : 100%;
 | 
						|
	border-width : 0px;
 | 
						|
}
 |