chore: lower the input name (#21850)

This commit is contained in:
Pavel Feldman 2023-03-21 13:48:59 -07:00 committed by GitHub
parent 1004e762aa
commit 1cf53da82a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,5 +29,5 @@
align-items: center;
background-color: var(--vscode-breadcrumb-background);
box-shadow: var(--vscode-scrollbar-shadow) 0 6px 6px -6px;
z-index: 200;
z-index: 10;
}