Vuetify Version: 2.0.15
Last working version: 2.0.14
Vue Version: 2.6.10
Browsers: Chrome 75.0.3770.142
OS: Linux x86_64
in prev version
I used
v-slide-group__prev and next do not take a positoin
show-arrow false is too always
take a positoin v-slide-group__prev
https://codepen.io/ksbgenius/pen/KKPZyKZ?&editable=true&editors=101
i just full width slider group content
Most helpful comment
I added the following to the CSS to get rid of the space.
.v-slide-group__prev {
display: none !important;
}
Note: If you are using vue files, remove the scope from '