CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
sagemathinc

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

GitHub Repository: sagemathinc/cocalc
Path: blob/master/src/packages/frontend/components/data-grid/grid.css
Views: 687
1
.cocalc-data-grid-column-resizer {
2
cursor: ew-resize;
3
position: absolute;
4
width: 10px;
5
right: 0;
6
top: 0;
7
bottom: 0;
8
height: 100%;
9
}
10
11
.cocalc-data-grid-column-resizer:hover {
12
border-right: 6px solid #428bca;
13
}
14
15