mirror of
https://github.com/zen-browser/desktop.git
synced 2026-04-20 14:25:38 +00:00
feat: Dont clip overflowing elements for the DnD image preview, b=no-bug, c=no-component
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user