Commit 404de6cabf7d7947503680de1b93d783bb386cfd

Authored by Igor Kulikov
Committed by GitHub
2 parents 033246fa 2f3c8e95

Merge pull request #3030 from vvlladd28/bug/hide-title-widget

[3.0] Fixed showing widget actions after hiding widget title
... ... @@ -104,6 +104,7 @@ div.tb-widget {
104 104 position: absolute;
105 105 top: 3px;
106 106 right: 8px;
  107 + z-index: 150;
107 108 }
108 109
109 110 button.mat-icon-button {
... ...