fix(editor): Fix RLC dropdown vanishing when focusing search input (#13579)

This commit is contained in:
oleg
2025-03-03 14:05:35 +01:00
committed by GitHub
parent 7c4e2f014c
commit 5ac8691946
2 changed files with 1 additions and 3 deletions

View File

@@ -143,8 +143,6 @@ const popperModifiers = [
border: var(--border-base);
width: 100%;
color: var(--color-text-dark);
position: relative;
z-index: 1;
}
.evaluationTooltip {