Remove grid overlay for mobile devices
Disable the grid overlay on mobile devices by commenting out the relevant CSS media query and removing the ::after pseudo-element rule. 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
9d8e037a03
commit
ff7203c5e6
@ -448,8 +448,8 @@ vite-error-overlay {
|
|||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Test grid overlay - aktivna za mobilne naprave */
|
/* Test grid overlay - onemogočena */
|
||||||
@media (max-width: 768px) {
|
/* @media (max-width: 768px) {
|
||||||
body::after {
|
body::after {
|
||||||
content: '';
|
content: '';
|
||||||
position: fixed;
|
position: fixed;
|
||||||
@ -464,4 +464,4 @@ vite-error-overlay {
|
|||||||
linear-gradient(90deg, rgba(255, 0, 0, 0.3) 1px, transparent 1px);
|
linear-gradient(90deg, rgba(255, 0, 0, 0.3) 1px, transparent 1px);
|
||||||
background-size: 20px 20px;
|
background-size: 20px 20px;
|
||||||
}
|
}
|
||||||
}
|
} */
|
||||||
Loading…
Reference in New Issue
Block a user