I am trying to display two floating action buttons (FABs) on top of each other, but currently they are overlapping as shown in the picture below.
Although I know this may be a common issue, I have not been able to find a solution using Vuetify.
https://i.sstatic.net/rbdis.jpg
This is the code snippet I am using:
<v-btn fab bottom fixed right dark color="primary"></v-btn>
<v-btn fab bottom fixed small right dark color="secondary"></v-btn>
Vuetify version: 2.1.11