We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dddbaa6 + f4a4337 commit a75fc74Copy full SHA for a75fc74
packages/victory-native/src/components/victory-container.js
@@ -158,10 +158,10 @@ export default class extends VictoryContainer {
158
{title ? <title id="title">{title}</title> : null}
159
{desc ? <desc id="desc">{desc}</desc> : null}
160
{children}
161
+ <View style={portalDivStyle} pointerEvents="box-none">
162
+ <Portal {...portalProps} ref={this.savePortalRef} />
163
+ </View>
164
</Svg>
- <View style={portalDivStyle} pointerEvents="box-none">
- <Portal {...portalProps} ref={this.savePortalRef} />
- </View>
165
</View>
166
);
167
}
0 commit comments