@import './assets/styles/index';

#root,
body,
html {
  height: 100%;
}

body {
  @include scrollbar(false, #f0f2f5);
}

.ant-table-body,
.ant-modal-wrap,
.ant-modal-body,
.ant-drawer-body,
.scroll,
textarea,
.ant-table-content {
  @include scrollbar();
}

.ant-table-body {
  position: relative;
}

// 重写 antd 样式
.ant-spin-nested-loading,
.ant-spin-container {
  height: 100%;
}

.ant-table-tbody > tr > td {
  white-space: nowrap;
}

// 重写 ckeditor 样式
.ck-content .table table {
  table-layout: fixed;
}

.ck-editor__editable {
  min-height: 150px;
}
