Fix tray item position

This commit is contained in:
Andy Smith
2025-04-08 10:59:51 -05:00
parent 48750c12d9
commit 1214527cf2
+1 -1
View File
@@ -26,7 +26,7 @@
inline-size: var(--tray-size);
outline: 0;
pointer-events: none;
position: absolute;
position: absolute !important; /* tmp fix; ideally should remove the position-relative class from tray__item */
scale: var(--scale);
transform: translateY(var(--offset));
transform-origin: center;