Merge pull request #5173 from hoythan/2.0

fix #5076 drawer inner scrollbar
This commit is contained in:
Aresn 2019-01-08 10:16:05 +08:00 committed by GitHub
commit f956b99567
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -8,7 +8,7 @@
</div>
<Drawer v-model="visible" width="70" title="抽屉标题" :styles="styles" @on-close="handleClose">
<Drawer v-model="visible" width="70" inner title="抽屉标题" :styles="styles" @on-close="handleClose">
<p>一些内容</p>
<p>一些内容</p>
<p>一些内容</p>

View file

@ -34,6 +34,7 @@
&-inner{
position: absolute;
overflow: hidden;
}
}