fix: privacy popup in app bounded to tiny webview (#6657)

This commit is contained in:
Truman Gao
2026-07-08 16:29:41 +00:00
committed by GitHub
parent c84b658e41
commit 9ca181dc1a
4 changed files with 258 additions and 21 deletions
@@ -482,3 +482,8 @@ input {
.button-transparent {
box-shadow: none;
}
.qc-cmp2-close-tooltip {
background-color: transparent;
color: hsl(145, 78%, 28%);
}