Fix flickering when resizing visualization (#9147)

This commit is contained in:
Kaz Wesley 2024-02-23 05:47:57 -08:00 committed by GitHub
parent d650798898
commit 990ba2fc64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -578,7 +578,7 @@ function openFullMenu() {
caret-shape: bar;
height: var(--node-height);
border-radius: var(--node-border-radius);
display: flex;
display: inline-flex;
flex-direction: row;
align-items: center;
white-space: nowrap;