Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
draggable still faulty
  • Loading branch information
emmanuelr20 committed Dec 22, 2018
commit cf9fd6af2a7598a5ee09bde5c516aa13c179b5bb
7 changes: 2 additions & 5 deletions src/components/TweetsWrapper.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<b-loading v-if="loading" :is-full-page="false" :active.sync="loading"></b-loading>
<div class="container">
<!-- <div class="columns mag-top"> -->
<draggable v-model="children" :options="{draggable:'.tweets'}" class="columns mag-top">
<draggable v-model="children" class="columns mag-top">
<tweet-container
class="column p-10 is-primary tweets"
v-for="(child,index) in children"
Expand Down Expand Up @@ -45,8 +45,5 @@ export default {
margin: 5px;
background-color: red
}
.tweets {
height: 100%;
overflow: auto;
}

</style>