[Improvement] optimize find parent mixin (#781)

This commit is contained in:
neverland
2018-03-26 21:20:00 +08:00
committed by GitHub
parent dadf733d71
commit 5497eef5ef
13 changed files with 82 additions and 105 deletions

View File

@@ -6,11 +6,10 @@
right: 0;
bottom: 0;
color: $text-color;
transition: .2s ease-out;
background-color: $background-color;
max-height: 90%;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
background-color: $background-color;
&--withtitle {
background-color: $white;
@@ -56,9 +55,4 @@
line-height: inherit;
}
}
&-float-enter,
&-float-leave-active {
transform: translate3d(0, 100%, 0);
}
}