fix: adjust zindex

feat/wb-linkings
Peng Xiao 2022-11-20 12:07:06 +08:00
parent 623893bf9c
commit c426c21004
2 changed files with 2 additions and 2 deletions

View File

@ -989,7 +989,7 @@ html[data-theme='dark'] {
}
.tl-references-count-container {
z-index: 10003;
z-index: 10004;
}
.tl-references-count {

View File

@ -34,7 +34,7 @@ export const ContextBarContainer = observer(function ContextBarContainer<S exten
const rotatedBounds = BoundsUtils.getRotatedBounds(bounds, rotation)
const scaledBounds = BoundsUtils.multiplyBounds(rotatedBounds, zoom)
useCounterScaledPosition(rBounds, bounds, rotation, 10003)
useCounterScaledPosition(rBounds, bounds, rotation, 10005)
if (!ContextBar) throw Error('Expected a ContextBar component.')