0

I am using vuetify date picker and vue-good-table(vgt). The problem arises when I use fixed-headers in vgt and the date component is used too.enter image description here

BeaST 30
  • 696
  • 1
  • 10
  • 22

1 Answers1

0

Try the good old z-index perhaps?

.v-picker {
z-index: 999
}
Anzu Pai
  • 304
  • 2
  • 15