@annalib/anna-core 31.6.20 → 31.6.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -381,7 +381,7 @@
|
|
|
381
381
|
td:nth-child(n + #{$last-column-index}),
|
|
382
382
|
th:nth-child(n + #{$last-column-index}) {
|
|
383
383
|
position: relative;
|
|
384
|
-
top: -1px;
|
|
384
|
+
top: -1px !important;
|
|
385
385
|
// background-color: lightblue !important; /* Apply styles from non-sticky column to last column **/
|
|
386
386
|
}
|
|
387
387
|
}
|