fix zindex error outline

This commit is contained in:
Jordan Blasenhauer 2024-06-12 16:55:52 +02:00
parent 738d51ffa2
commit db9bbeb99c
2 changed files with 2 additions and 2 deletions

View file

@ -299,7 +299,7 @@ body {
}
.input-editor-error {
@apply absolute w-full h-full border-2 border-red-500 z-10 pointer-events-none outline-red-500;
@apply absolute w-full h-full border-2 border-red-500 z-20 pointer-events-none outline-red-500;
}
.input-clipboard-container {

File diff suppressed because one or more lines are too long