We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e974321 commit ebb36dbCopy full SHA for ebb36db
packages/webapp/components/onboarding/OnboardingV2Styles.tsx
@@ -4,6 +4,13 @@ import React from 'react';
4
export const OnboardingV2Styles = (): ReactElement => (
5
// eslint-disable-next-line react/no-unknown-property
6
<style jsx global>{`
7
+ /* Suppress OneSignal auto-prompt slidedown during onboarding */
8
+ #onesignal-slidedown-container,
9
+ .onesignal-slidedown-container,
10
+ .onesignal-slidedown-dialog {
11
+ display: none !important;
12
+ }
13
+
14
.onb-feed-stage:not(.onb-feed-unlocked) article:nth-of-type(n + 19) {
15
display: none !important;
16
}
0 commit comments