dfe-analytical-services/dfeshiny

custom disconnect function doesn't overlay on the test_dashboard

Opened this issue · 2 comments

When testing it on the shiny template, it shows as:
image

But when on the test_dashboard within this repo, it shows like:
image

Realised this is because we're not attaching the CSS in the function, we should do that and give it an ARIA alert role so it announces to screen readers (flagged by DAC)

Example of how to attach the CSS is coming in the fix to #47