Skip to content

Commit

Permalink
Fix css
Browse files Browse the repository at this point in the history
  • Loading branch information
cqliu1 committed May 24, 2024
1 parent 64539ea commit 34add9d
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,17 +221,17 @@
height: $euiSizeXL;

&:not(.embPanel__floatingActions--openContextMenu) {
// z-index: -1;
// opacity: 0;
// // slower transition on hover leave in case the user accidentally stops hover
// transition: visibility $euiAnimSpeedSlow, opacity $euiAnimSpeedSlow;
// top: $euiSizeXS;
z-index: -1;
opacity: 0;
// slower transition on hover leave in case the user accidentally stops hover
transition: visibility $euiAnimSpeedSlow, opacity $euiAnimSpeedSlow;
top: $euiSizeXS;

// Always show: REMOVE THESE
opacity: 1;
transition: visibility $euiAnimSpeedFast, opacity $euiAnimSpeedFast;
top: -$euiSizeXL;
z-index: $euiZLevel9;
// opacity: 1;
// transition: visibility $euiAnimSpeedFast, opacity $euiAnimSpeedFast;
// top: -$euiSizeXL;
// z-index: $euiZLevel9;
}
}

Expand Down

0 comments on commit 34add9d

Please sign in to comment.