diff --git a/app/src/modules/insights/components/workspace.vue b/app/src/modules/insights/components/workspace.vue index c038a243b2..5582b0537f 100644 --- a/app/src/modules/insights/components/workspace.vue +++ b/app/src/modules/insights/components/workspace.vue @@ -121,7 +121,10 @@ export default defineComponent({ overflow: visible; transform: scale(1); transform-origin: top left; - transition: transform var(--slow) var(--transition); + + /* This causes the header bar to "unhinge" on the left edge :C */ + + /* transition: transform var(--slow) var(--transition); */ } .workspace > * { diff --git a/app/src/modules/insights/routes/dashboard.vue b/app/src/modules/insights/routes/dashboard.vue index 6133840d9a..740a41c0ce 100644 --- a/app/src/modules/insights/routes/dashboard.vue +++ b/app/src/modules/insights/routes/dashboard.vue @@ -52,7 +52,9 @@ - +
+ +