Merge pull request #105 from orangemug/fix/issue-89

Remove overflow hidden to allow modal to show in safari
This commit is contained in:
Lukas Martinelli
2017-03-28 23:30:37 -04:00
committed by GitHub

View File

@@ -22,7 +22,6 @@
left: 0;
z-index: 3;
width: 200px;
overflow: hidden;
background-color: $color-black;
}