fix(menu): overlay right-side backdrop

This commit is contained in:
Adam Bradley
2015-09-23 21:08:47 -05:00
parent 139ac16271
commit 97955927c8

View File

@@ -28,7 +28,8 @@ ion-menu[type=overlay] {
display: block;
transform: translate3d(-9999px, 0px, 0px);
opacity: 0.01;
width: 3000px;
left: -1000px;
width: 4000px;
&.show-backdrop {
transform: translate3d(0px, 0px, 0px);