feat: Dont clip overflowing elements for the DnD image preview, b=no-bug, c=no-component

This commit is contained in:
mr. m
2026-01-16 00:58:17 +01:00
parent ae6af54bda
commit 6c1c61a7ad

View File

@@ -127,7 +127,6 @@
const wrapper = document.createElement("div");
wrapper.style.width = tabRect.width + "px";
wrapper.style.height = tabRect.height * movingTabs.length + "px";
wrapper.style.overflow = "clip";
wrapper.style.position = "fixed";
wrapper.style.top = "-9999px";
periphery.appendChild(wrapper);