From 1214527cf2cdb5a583e7b46cbe5abc74e5c433b0 Mon Sep 17 00:00:00 2001 From: Andy Smith Date: Tue, 8 Apr 2025 10:59:51 -0500 Subject: [PATCH] Fix tray item position --- app/assets/stylesheets/trays.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/trays.css b/app/assets/stylesheets/trays.css index fa208017d..cad63dcec 100644 --- a/app/assets/stylesheets/trays.css +++ b/app/assets/stylesheets/trays.css @@ -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;