.editor {
  overflow: hidden;
  height: 100%;
  width: 100%;

  .monaco {
    overflow: hidden;
    height: 100%;
    width: 100%;
  }
}

.drawer{
  margin-top: 36px;

  :global {
    .ant-drawer-content {
      background: #f8f9fc;

      div.ant-drawer-header {
        padding-bottom: unset;
        border-bottom: unset;

        .ant-drawer-header-title {
          flex: unset;
        }
      }

      .ant-drawer-body{
        display: flex;
        flex-direction: column;
      }
    }
  }
}
