add inner prop

This commit is contained in:
梁灏 2018-08-24 12:03:52 +08:00
parent ab58648e93
commit 8a3c7282f8
3 changed files with 88 additions and 59 deletions

View file

@ -6,6 +6,10 @@
position: fixed;
top: 0;
&-inner{
position: absolute;
}
&-left{
left: 0;
}
@ -27,6 +31,10 @@
z-index: @zindex-drawer;
-webkit-overflow-scrolling: touch;
outline: 0;
&-inner{
position: absolute;
}
}
&-wrap * {
@ -36,6 +44,9 @@
&-mask {
.mask;
&-inner{
position: absolute;
}
}
&-content {