Sticky Code: fix on Beam

This commit is contained in:
Enrico Ros
2025-06-10 22:26:18 -07:00
parent bc6f3401f8
commit db490bf4fb
@@ -63,7 +63,7 @@ export function useStickyCodeOverlay(options?: UseStickyCodeOverlayOptions) {
overlay.style.position = 'fixed';
overlay.style.top = `${stickyThreshold}px`;
overlay.style.right = `${window.innerWidth - containerRect.right}px`;
overlay.style.zIndex = '10';
overlay.style.zIndex = '1';
} else if (overlay.style.position === 'fixed') {
resetToNormalPosition();
}