Skip to content

Commit

Permalink
Hide top controls on dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
michalkleiner committed Dec 6, 2024
1 parent 8cf81e4 commit eafaed8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/CoreHome/stylesheets/dataTable/_dataTable.less
Original file line number Diff line number Diff line change
Expand Up @@ -647,6 +647,10 @@ td.cellSubDataTable .loadingPiwik {
.dataTableAction {
visibility: visible !important;
}

#dashboardWidgetsArea .widget & {
display: none;
}
}

.activatePeriodsSelection {
Expand Down

0 comments on commit eafaed8

Please sign in to comment.