diff --git a/apps/app/src/layouts/components/AppShell.vue b/apps/app/src/layouts/components/AppShell.vue index 71316717..d1224e95 100644 --- a/apps/app/src/layouts/components/AppShell.vue +++ b/apps/app/src/layouts/components/AppShell.vue @@ -52,6 +52,13 @@ const authStore = useAuthStore() const mobileNavOpen = ref(false) +// Tailwind's lg breakpoint, mirrored in script so Vue can own the +// visibility of PrimeVue elements that would otherwise lose a CSS +// specificity duel to .p-button / .p-drawer / etc. See the wrapper +// `