merged main

This commit is contained in:
Ed McConnell
2024-12-13 20:49:33 -05:00
97 changed files with 5295 additions and 921 deletions

View File

@@ -117,7 +117,7 @@ export const ScreenshotSelector = memo(
// Get window scroll position
const scrollX = window.scrollX;
const scrollY = window.scrollY;
const scrollY = window.scrollY + 40;
// Get the container's position in the page
const containerRect = containerRef.current.getBoundingClientRect();