Edge/IE flex and scrollbar issue

后端 未结 1 469
一生所求
一生所求 2021-01-27 12:08

I encounter a issue with Edge/IE when using flexbox. The content may overflow, so I use overflow-x: auto. Flex direction is column, with flex-grow:1 on

相关标签:
1条回答
  • 2021-01-27 12:44

    Here is the solution for edge .Credit to Robin Rendle

    html {
      -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    
    0 讨论(0)
提交回复
热议问题