Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CoreHome/stylesheets/dataTable/_dataTable.less')
-rw-r--r--plugins/CoreHome/stylesheets/dataTable/_dataTable.less7
1 files changed, 5 insertions, 2 deletions
diff --git a/plugins/CoreHome/stylesheets/dataTable/_dataTable.less b/plugins/CoreHome/stylesheets/dataTable/_dataTable.less
index 5db4177fa1..41c10bdf34 100644
--- a/plugins/CoreHome/stylesheets/dataTable/_dataTable.less
+++ b/plugins/CoreHome/stylesheets/dataTable/_dataTable.less
@@ -153,10 +153,13 @@ table.subActionsDataTable td.label,
table.actionsDataTable td.label {
border-top: 0;
border-left: 0;
- position: sticky; position: -webkit-sticky;
left: 0;
z-index: 1;
background-clip: padding-box;
+
+ &.first {
+ position: sticky; position: -webkit-sticky;
+ }
}
.dataTableActions table.dataTable th.label {
@@ -663,6 +666,6 @@ div.dataTableScroller {
table.dataTable td.label,
table.subActionsDataTable td.label,
table.actionsDataTable td.label {
- position: static;
+ position: static !important;
}
}