Vuetify: [Bug Report] v-tabs v-slide-group__prev always take a position??

Created on 6 Sep 2019  路  5Comments  路  Source: vuetifyjs/vuetify

Environment

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

Steps to reproduce

in prev version

I used

Expected Behavior

v-slide-group__prev and next do not take a positoin

Actual Behavior

show-arrow false is too always
take a positoin v-slide-group__prev

Reproduction Link

https://codepen.io/ksbgenius/pen/KKPZyKZ?&editable=true&editors=101

Other comments

i just full width slider group content

invalid

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 '