Skip to content

Commit

Permalink
fix: explorer flash (#2236)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnylqm authored Dec 19, 2022
1 parent 7718446 commit ca399b0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ const FloatingContainer: FC<
StyleSheet.absoluteFill,
useAnimatedStyle(
() => ({
opacity: containerHeight > 0 ? 1 : 0,
zIndex: containerHeight > 0 && hasTabs ? 1 : -1,
transform: [
{
Expand Down

0 comments on commit ca399b0

Please sign in to comment.