mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 17:36:33 +00:00
fix: adjust zindex
This commit is contained in:
@@ -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.')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user