3617b61031e3375d64a3d68465c3cd58cf5e6ea590372aa229171d3502d8bfe759385113d2df6fc0916f02149614d901fad4ee4d259270d903b17966f89147 599 B

1234567891011121314151617
  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 .zone-widget {
  6. position: absolute;
  7. z-index: 10;
  8. }
  9. .monaco-editor .zone-widget .zone-widget-container {
  10. border-top-style: solid;
  11. border-bottom-style: solid;
  12. border-top-width: 0;
  13. border-bottom-width: 0;
  14. position: relative;
  15. }