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 install hint */
|
||||||
|
.pwa-hint[hidden] {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.pwa-hint {
|
.pwa-hint {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
const CACHE = "if-viewer-static-v3";
|
const CACHE = "if-viewer-static-v4";
|
||||||
const ASSETS = [
|
const ASSETS = [
|
||||||
"/static/style.css",
|
"/static/style.css",
|
||||||
"/static/favicon.svg",
|
"/static/favicon.svg",
|
||||||
|
|||||||
Reference in New Issue
Block a user