Merge pull request #6906 from jibees/6895-close-tooptip-when-user-clicks-anywhere-else

Close unit price tooltip when user click outside the tooltip
This commit is contained in:
Pau Pérez Fabregat
2021-02-24 15:19:25 +01:00
committed by GitHub

View File

@@ -38,6 +38,15 @@
margin-top: 0.1rem;
background-color: transparent;
.background {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.joyride-content-wrapper {
background-color: $dynamic-blue;
padding: $padding-small;