how can I overwrite actual classes in vuetify?
I have created a ./src/stylus/main.styl file where I override some of the current vuetify settings as a test:
I have the same issue as you, and the way to solve this is by removing the scoped attribute from the tag.
scoped
Hope that helps.