From 1f73e2aadf710909b55a3248c8d9903b7d969123 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Thu, 12 Dec 2019 22:35:37 +0100 Subject: [PATCH] AngularPanels: fixed transparency issue (#21070) --- public/app/features/panel/panel_directive.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/panel/panel_directive.ts b/public/app/features/panel/panel_directive.ts index 04d9ea1b70d..dc00e3e1da4 100644 --- a/public/app/features/panel/panel_directive.ts +++ b/public/app/features/panel/panel_directive.ts @@ -79,7 +79,7 @@ module.directive('grafanaPanel', ($rootScope, $document, $timeout) => { // set initial transparency if (ctrl.panel.transparent) { transparentLastState = true; - panelContainer.addClass('panel-transparent'); + panelContainer.addClass('panel-container--transparent'); } // update scrollbar after mounting