Skip to content

office-ui-fabric-react v6.204.4

Choose a tag to compare

@fabricteam fabricteam released this 27 Sep 12:23
· 14158 commits to master since this release

Patches

  • fixing focus outline in IE11. The outline in IE11 does not show if it overflows the div it's in unless we explicitly set overflow: visible on the div (other browsers have this as the default). (commit by lorejoh12, pr #10571)