mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
fix zindex error outline
This commit is contained in:
parent
738d51ffa2
commit
db9bbeb99c
2 changed files with 2 additions and 2 deletions
|
|
@ -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
Loading…
Reference in a new issue