/*----------------------------------------------------------------------------- | Copyright (c) Jupyter Development Team. | Distributed under the terms of the Modified BSD License. |----------------------------------------------------------------------------*/ .p-DataGrid { min-width: 64px; min-height: 64px; border: 1px solid #A0A0A0; } .p-DataGrid-scrollCorner { background-color: #F0F0F0; } .p-DataGrid-scrollCorner::after { content: ''; position: absolute; top: 0; left: 0; width: 1px; height: 1px; background-color: #A0A0A0; }