Fixed position issue with tooltips
This commit is contained in:
parent
b804764e24
commit
94ab71402d
@ -523,7 +523,7 @@ h5 {
|
||||
.tooltiptext {
|
||||
visibility: hidden;
|
||||
|
||||
margin-left: -60px; /* Half the width */
|
||||
margin-left: -20px;
|
||||
bottom: 100%;
|
||||
left: 10%;
|
||||
padding: 5px 10px;
|
||||
@ -533,7 +533,6 @@ h5 {
|
||||
position: absolute;
|
||||
z-index: 5;
|
||||
|
||||
|
||||
&::after {
|
||||
content: " ";
|
||||
position: absolute;
|
||||
|
Reference in New Issue
Block a user