aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/HistogramBox.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/views/nodes/HistogramBox.scss')
-rw-r--r--src/client/views/nodes/HistogramBox.scss22
1 files changed, 18 insertions, 4 deletions
diff --git a/src/client/views/nodes/HistogramBox.scss b/src/client/views/nodes/HistogramBox.scss
index 00ad099ac..7c28fc99e 100644
--- a/src/client/views/nodes/HistogramBox.scss
+++ b/src/client/views/nodes/HistogramBox.scss
@@ -5,14 +5,28 @@
width: 100%;
height: 100%;
}
- .histogrambox-gridlabel {
- position:absolute;
- transform-origin: left top;
- }
.histogrambox-xaxislabel {
position:absolute;
width:100%;
text-align: center;
bottom:0;
+ font-size: 12;
+ }
+
+ .histogrambox-container {
+ position:absolute;
+ width:100%;
+ height: 100%;
+ }
+ .histogramLabelPrimitives-gridlabel {
+ position:absolute;
+ transform-origin: left top;
+ font-size: 12;
+ }
+ .histogramLabelPrimitives-placer {
+ position:absolute;
+ width:100%;
+ height:100%;
+ pointer-events: none;
}
\ No newline at end of file