diff --git a/src/App.vue b/src/App.vue index 31b2f4a..9bea57c 100644 --- a/src/App.vue +++ b/src/App.vue @@ -116,6 +116,12 @@ body { bottom: 0; right: 0; } +.graph-logs-panel { + background-color: yellow; + position: fixed; + bottom: 0; + left: 0; +} .info-panel-outer { position: relative; diff --git a/src/components/DataPanel.vue b/src/components/DataPanel.vue index 6dc7514..51f153a 100644 --- a/src/components/DataPanel.vue +++ b/src/components/DataPanel.vue @@ -11,18 +11,16 @@