Sign in
简柏林
/
thingskit
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
2f3c8e952d7bd213a78f201d82d4a67930f5f8a2
Authored by
Vladyslav_Prykhodko
2020-07-01 00:10:57 +0300
1 parent
3400ba2f
Fixed showing widget actions after hiding widget title
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
ui-ngx/src/app/modules/home/components/dashboard/dashboard.component.scss
ui-ngx/src/app/modules/home/components/dashboard/dashboard.component.scss
View file @
2f3c8e9
...
...
@@ -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
{
...
...