calc() not working within media queries

后端 未结 4 1895
滥情空心
滥情空心 2020-11-30 11:06
@media screen and (max-width: calc(2000px-1px)) { 
  .col { width: 200px; }
}

The value after subtraction s

4条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-30 11:27

    There is no support for media queries with calc() in IE11 (Up to October 2020).

    
    
    
        
        
        
        Media query
        
        
    
    
    
    
    
    
    

提交回复
热议问题