mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-05 05:54:43 +00:00
Wrap left sidenav to parent
This commit is contained in:
parent
2e8284319c
commit
348265b964
1 changed files with 8 additions and 0 deletions
|
|
@ -44,6 +44,14 @@
|
|||
</section>
|
||||
</template>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.cell-phone {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue