overflow-y not working in safari inside a modal

后端 未结 10 1098
攒了一身酷
攒了一身酷 2020-12-29 03:04

Ok here is the html:

10条回答
  •  攒了一身酷
    2020-12-29 03:24

    you can try this, it work fine for me

    #filterOptionsContainer {
        overflow: auto; 
        overflow-y: auto; 
        overflow-x: hidden; 
    }
    

提交回复
热议问题