Commit 1f73e2aa by Torkel Ödegaard Committed by GitHub

AngularPanels: fixed transparency issue (#21070)

parent c27262c5
...@@ -79,7 +79,7 @@ module.directive('grafanaPanel', ($rootScope, $document, $timeout) => { ...@@ -79,7 +79,7 @@ module.directive('grafanaPanel', ($rootScope, $document, $timeout) => {
// set initial transparency // set initial transparency
if (ctrl.panel.transparent) { if (ctrl.panel.transparent) {
transparentLastState = true; transparentLastState = true;
panelContainer.addClass('panel-transparent'); panelContainer.addClass('panel-container--transparent');
} }
// update scrollbar after mounting // update scrollbar after mounting
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment