zoneWidget.css 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. }