Fix breadcrumb tooltips in IE

IE11 is not using 'overflow: visible' as the default overflow,
so set that manually. This allows our tooltips on the course nav
buttons to appear on hover or focus.

LEARNER-3125
This commit is contained in:
Michael Terry
2017-12-06 11:31:50 -05:00
parent f89b31da58
commit e9b3ba72df

View File

@@ -117,6 +117,7 @@ $seq-nav-height: 50px;
border-width: 1px;
border-bottom-style: solid;
box-sizing: border-box;
overflow: visible; // for tooltip - IE11 uses 'hidden' by default if width/height is specified
.icon {
display: block;