quasarframework / quasar

Quasar Framework - Build high-performance VueJS user interfaces in record time
https://quasar.dev
MIT License
25.29k stars 3.43k forks source link

fix(ui): correctly apply iOS safe area padding when using q-tabs #17055

Open yusufkandemir opened 1 month ago

yusufkandemir commented 1 month ago

What kind of change does this PR introduce?

Does this PR introduce a breaking change?

The PR fulfills these requirements:

Other information: .q-tabs-head seems to be left from v0.17, it's now .q-tabs__content

.q-tabs:last-child doesn't work when using the elevated prop of q-footer, as the last child of the footer becomes the layout shadow div. So, fortified the selector to work regardless of whether the footer is elevated or not.