Fix PWA install hint dismiss button not hiding the banner.

display: flex on .pwa-hint overrode the hidden attribute; bump static cache to v4.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-20 11:29:45 +02:00
parent 2532531110
commit ae589eed92
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -856,6 +856,10 @@ body.inv-chart-modal-open {
}
/* PWA install hint */
.pwa-hint[hidden] {
display: none;
}
.pwa-hint {
display: flex;
align-items: flex-start;