Skip to content

Commit

Permalink
fix: Tooltip visibility conflicts with user editing field" (#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
chavda-bhavik authored May 20, 2024
2 parents d0e7a09 + c85ede3 commit c8d693f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@
.list-wrapper {
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
background-color: #fff;
opacity: 0;
visibility: hidden;
z-index: 300;
position: absolute;
}
.list-wrapper.open {
opacity: 1;
visibility: visible;
}

.list-wrapper ul {
Expand Down

0 comments on commit c8d693f

Please sign in to comment.