Hide Vite error overlay in the application's styling
Add CSS rule to hide the Vite error overlay by setting `display: none !important;` in `client/src/index.css`. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 946a0075-7e32-454b-b348-9e7f576d7f45 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/60d372ff-2c10-46c7-b01b-10c3435136b0/946a0075-7e32-454b-b348-9e7f576d7f45/JlONw6J
This commit is contained in:
parent
4d31e42184
commit
9d8e037a03
BIN
attached_assets/image_1756991050514.png
Normal file
BIN
attached_assets/image_1756991050514.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 44 KiB |
@ -443,6 +443,11 @@ input[data-testid*="search"]::placeholder {
|
||||
}
|
||||
}
|
||||
|
||||
/* Skrij Vite error overlay */
|
||||
vite-error-overlay {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
/* Test grid overlay - aktivna za mobilne naprave */
|
||||
@media (max-width: 768px) {
|
||||
body::after {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user