Merge pull request #38180 from sokumon/onboarding-z-index

This commit is contained in:
Soham Kulkarni 2026-03-23 14:05:31 +05:30 committed by GitHub
commit 9e7fc6730a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;
}