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