mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-16 05:07:55 +08:00
renaming backend, cellxgene to server, client respectively
This commit is contained in:
15
client/src/components/scatterplot/scatterplot.css
Normal file
15
client/src/components/scatterplot/scatterplot.css
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
.scatterplot {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.scatterplot svg,
|
||||
.scatterplot canvas {
|
||||
font: 10px sans-serif;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.scatterplot canvas {
|
||||
opacity: 0.9;
|
||||
pointer-events: none;
|
||||
}
|
||||
Reference in New Issue
Block a user