bfg-common 1.5.968 → 1.5.969
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.
|
@@ -102,7 +102,7 @@ const isScrolledBlock = computed<boolean>(() => y.value > 0)
|
|
|
102
102
|
border-top: 1px solid var(--counters-border-block-border-color);
|
|
103
103
|
position: sticky;
|
|
104
104
|
inset: 0;
|
|
105
|
-
z-index:
|
|
105
|
+
z-index: var(--z-fixed);
|
|
106
106
|
}
|
|
107
107
|
}
|
|
108
108
|
</style>
|