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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user