fix correlation provider issues

This commit is contained in:
overcuriousity
2025-09-24 11:36:27 +02:00
parent 897bb80183
commit 3951b9e521
5 changed files with 225 additions and 947 deletions

View File

@@ -401,7 +401,7 @@ input[type="text"]:focus, select:focus {
gap: 0.3rem;
position: absolute;
top: 10px;
left: 10px;
right: 10px;
background: rgba(26, 26, 26, 0.9);
padding: 0.5rem;
border-radius: 6px;
@@ -1406,7 +1406,7 @@ input[type="password"]:focus {
.graph-controls {
position: relative;
top: auto;
left: auto;
right: auto;
margin-bottom: 1rem;
min-width: auto;
}