Chrome and Soundcloud embed issue with CSS3 columns

前端 未结 1 1552
Happy的楠姐
Happy的楠姐 2021-01-21 12:02

In Chrome when I place a soundcloud embed into a css3 column it always jumps out of the container?!

NOTES:

  • I\'ve noticed if its in the first column the emb
相关标签:
1条回答
  • 2021-01-21 12:15

    Add to the CSS class .soundcloud

    transform: translate3d(0,0,0);
    
    0 讨论(0)
提交回复
热议问题