mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-23 02:38:12 +08:00
16 lines
191 B
CSS
16 lines
191 B
CSS
|
|
.scatterplot {
|
|
display: block;
|
|
}
|
|
|
|
.scatterplot svg,
|
|
.scatterplot canvas {
|
|
font: 10px sans-serif;
|
|
position: absolute;
|
|
}
|
|
|
|
.scatterplot canvas {
|
|
opacity: 0.9;
|
|
pointer-events: none;
|
|
}
|