1cf4af762eeaf7f749b364345d396e9996e7ef751467d4e6c20b76460e57409dd23aebc2e85127d04fd67c1a0f7c6107fc41a4ef38d3c4b5f85ec22cc40e04 520 B

1234567891011121314
  1. /*---------------------------------------------------------------------------------------------
  2. * Copyright (c) Microsoft Corporation. All rights reserved.
  3. * Licensed under the MIT License. See License.txt in the project root for license information.
  4. *--------------------------------------------------------------------------------------------*/
  5. .monaco-editor .blockDecorations-container {
  6. position: absolute;
  7. top: 0;
  8. }
  9. .monaco-editor .blockDecorations-block {
  10. position: absolute;
  11. box-sizing: border-box;
  12. }