fix: prevent stale mini app mobile styles
This commit is contained in:
@@ -97,6 +97,11 @@ body,
|
||||
overflow-x: clip;
|
||||
}
|
||||
|
||||
html {
|
||||
-webkit-text-size-adjust: 100%;
|
||||
text-size-adjust: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
background: var(--bg, #02070b);
|
||||
color: var(--text);
|
||||
|
||||
Reference in New Issue
Block a user