Remove overflow hidden to allow modal to show in safari (issue #89)

This commit is contained in:
orangemug
2017-03-07 10:47:46 +00:00
parent bbf26a3f38
commit eb526a6186

View File

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