[Vuejs]-Vuetify Mobile Drawer: Square Corners?

0👍

We resolved this — it has to do with the way the background is filled. Setting

.v-navigation-drawer__content {
  background-color: { anything }
}

seems to resolve the issue. Still not quite sure what is being done behind the scenes to make the background have rounded corners.

Leave a comment