.ag-pinned-left-cols-viewport, .ag-body-viewport {
  /* Use momentum-based scrolling on WebKit-based touch devices. */
  -webkit-overflow-scrolling: touch;
}

.ag-font-style {
  -webkit-user-select: initial ! important;
  -moz-user-select: initial ! important;
  -ms-user-select: initial ! important;
  user-select: initial ! important;
}

.cell-action .ag-react-container {
  display: inline-block;
}

.cell-action .ag-cell-value {
  display: inline-block;
  vertical-align: middle;
}

.ant-layout-sider .ant-layout-sider-zero-width-trigger {
 top: 0;
}

.ant-layout-content {
 min-height: 100vh;
}
