diff options
| author | bob <bcz@cs.brown.edu> | 2019-03-25 17:55:41 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-03-25 17:55:41 -0400 |
| commit | a000ca8dccbaa2028acef3d5c1d1666b5e928a31 (patch) | |
| tree | f9997b06f27c6615af38a508ead3c12edf8ad755 /src/client/views/nodes/HistogramBox.scss | |
| parent | 9d73e6d0a74a5f94e3143203ac10b4397710330c (diff) | |
restructured.
Diffstat (limited to 'src/client/views/nodes/HistogramBox.scss')
| -rw-r--r-- | src/client/views/nodes/HistogramBox.scss | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/client/views/nodes/HistogramBox.scss b/src/client/views/nodes/HistogramBox.scss index f17059f06..00ad099ac 100644 --- a/src/client/views/nodes/HistogramBox.scss +++ b/src/client/views/nodes/HistogramBox.scss @@ -1,11 +1,15 @@ .histogrambox-container { padding: 0vw; - position: relative; + position: absolute; text-align: center; width: 100%; height: 100%; } - .histogrambox-xlabel { + .histogrambox-gridlabel { + position:absolute; + transform-origin: left top; + } + .histogrambox-xaxislabel { position:absolute; width:100%; text-align: center; |
