Adjust z index

This commit is contained in:
Mel O'Hagan 2022-12-01 10:34:03 +00:00
parent 002c1e7201
commit f950e572e5
1 changed files with 1 additions and 0 deletions

View File

@ -223,6 +223,7 @@
.config {
display: grid;
grid-gap: var(--spacing-s);
z-index: 1;
}
.config-field {