mirror of
https://github.com/zen-browser/desktop.git
synced 2026-03-29 20:01:52 +00:00
feat: Make sure dragged tab does not allow the title to overflow, b=no-bug, c=no-component
This commit is contained in:
@@ -130,6 +130,7 @@
|
||||
this.#maybeCreateDragImageDot(movingTabs, wrapper);
|
||||
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