Skip to content

Commit

Permalink
fix: Tooltip visibility conflicts with user editing field"
Browse files Browse the repository at this point in the history
  • Loading branch information
chavda-bhavik committed May 20, 2024
1 parent d0e7a09 commit c85ede3
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 c85ede3

Please sign in to comment.