IE8 overflow:auto with max-height

后端 未结 8 2059
鱼传尺愫
鱼传尺愫 2020-12-04 11:42

I have an element which may contain very big amounts of data, but I don\'t want it to ruin the page layout, so I set max-height: 100px and overflow:auto

8条回答
  •  萌比男神i
    2020-12-04 11:58

    To reproduce:

    (This crashes the whole page.)

    
    
        
    
    
    
        look:
        
        
    X

    (Whereas this works fine...)

    
    
        
    
    
    
        look:
        
        
    The quick brown fox

    (And, madly, so does this. [No content in the div at all.])

    
    
        
    
    
    
        look:
        
        

提交回复
热议问题