More updates to itb (wip)

This commit is contained in:
2025-01-16 14:36:37 +01:00
parent e60d5baeca
commit fffdefcd92
8 changed files with 565 additions and 7 deletions

View File

@@ -0,0 +1,27 @@
*** /dev/null
--- /dev/null
***************
*** 140
- y: Math.round(isFixed ? rect.top : rect.top + window.pageYOffset),
--- 140 -----
+ y: Math.round(isFixed ? rect.top : rect.top + window.pageYOffset),
***************
*** 141
- width: Math.round(rect.width),
--- 141 -----
+ width: Math.round(rect.width),
***************
*** 142
- height: Math.round(rect.height),
--- 142 -----
+ height: Math.round(rect.height),
***************
*** 143
- interactions: [],
--- 143 -----
+ interactions: [],
***************
*** 144
- fixed: isFixed
--- 144 -----
+ fixed: isFixed