Use Tooltip component and fix overflow

This commit is contained in:
George Drummond
2019-02-18 11:18:38 -05:00
parent 474450d07a
commit 93a118d434
3 changed files with 13 additions and 3 deletions

View File

@@ -65,6 +65,10 @@
margin: 2 * $gap;
.col--grow {
overflow: inherit;
}
.portfolio-header__name {
@include h1;
}