Working tooltips!
This commit is contained in:
@@ -64,4 +64,12 @@ footer {
|
||||
padding: 2em;
|
||||
font-size: 12px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#tooltip-root {
|
||||
position: absolute;
|
||||
z-index: $z-index-tooltips;
|
||||
top: 0;
|
||||
left: 0;
|
||||
pointer-events: none;
|
||||
}
|
||||
Reference in New Issue
Block a user