Commit 2f3c8e952d7bd213a78f201d82d4a67930f5f8a2

Authored by Vladyslav_Prykhodko
1 parent 3400ba2f

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 {
... ...