fix: reduce z-index onboarding widget

This commit is contained in:
sokumon 2026-03-23 14:02:35 +05:30
parent dc220d2b94
commit 7a0ad26f67

View file

@ -80,7 +80,7 @@ function addStyles() {
border-radius: 8px;
box-shadow: 0 12px 40px rgba(0,0,0,0.15);
padding: 16px;
z-index: 9999;
z-index: 1000;
display: flex;
flex-direction: column;
}