Skip to content

Commit

Permalink
Fix fab overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
agualis committed Dec 4, 2017
1 parent c2aaf5d commit a5c78cc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/app/pages/Items/Items.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div slot="message" class="row justify-center" style="margin-bottom: 50px;">
<q-spinner-mat :size="40" />
</div>
<BackToTopButton/>
<BackToTopButton class="overflow"/>
</q-infinite-scroll>
</template>
<script>
Expand Down Expand Up @@ -38,4 +38,7 @@
.q-card
display inline
width 300px
.overflow
visible
</style>

0 comments on commit a5c78cc

Please sign in to comment.