Skip to content

Commit

Permalink
fix(ld-tooltip): prevent scrolling due to uninitialized tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
borisdiakur committed May 6, 2022
1 parent de0c650 commit 2fb2dc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/liquid/components/ld-tooltip/ld-tooltip.shadow.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
+ .ld-tooltip {
opacity: 0;
position: absolute;
display: none;
}
}

Expand Down

0 comments on commit 2fb2dc6

Please sign in to comment.