fix: Fix dropdowndiv animations (#9733)

This commit is contained in:
Aaron Dodson
2026-04-21 10:29:37 -07:00
committed by GitHub
parent 80ee2d5860
commit 86a435506b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ const content = `
left: 0;
top: 0;
z-index: 1000;
display: none;
visibility: hidden;
border: 1px solid;
border-color: #dadce0;
background-color: #fff;
+1 -1
View File
@@ -760,7 +760,7 @@ function positionInternal(
div.style.top = initialY + 'px';
// Show the div.
div.style.display = 'block';
div.style.visibility = 'visible';
div.style.opacity = '1';
// Add final translate, animated through `transition`.
// Coordinates are relative to (initialX, initialY),