From a782e3dac2c60429c2f06ccb1b20edaf5797ca0f Mon Sep 17 00:00:00 2001 From: Dax Date: Wed, 1 Oct 2025 19:38:15 -0400 Subject: Zen lander (#2907) Co-authored-by: David Hill Co-authored-by: GitHub Action Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com> Co-authored-by: Jay V --- packages/console/app/src/style/base.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'packages/console/app/src/style') diff --git a/packages/console/app/src/style/base.css b/packages/console/app/src/style/base.css index a4847ed43..1c3f1d55b 100644 --- a/packages/console/app/src/style/base.css +++ b/packages/console/app/src/style/base.css @@ -7,3 +7,15 @@ html { body { font-family: var(--font-sans); } + +.sr-only { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + white-space: nowrap; + border-width: 0; +} -- cgit v1.2.3