Files
azuredatastudio/src/vs/base/browser/ui/aria/aria.css

9 lines
475 B
CSS

/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
.monaco-aria-container {
position: absolute; /* try to hide from workbench but not from screen readers */
left:-999em;
}