2024-02-05 12:26:14 +01:00
|
|
|
.tooltip {
|
|
|
|
position: absolute;
|
|
|
|
text-align: center;
|
|
|
|
padding: 8px;
|
|
|
|
background: lightgrey;
|
|
|
|
border: 0px;
|
|
|
|
border-radius: 4px;
|
|
|
|
pointer-events: none;
|
|
|
|
color: black;
|
2024-03-14 17:00:19 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.svg-container {
|
|
|
|
display: inline-block;
|
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
|
|
padding-bottom: 100%;
|
|
|
|
vertical-align: top;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.svg-content {
|
|
|
|
display: inline-block;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
2024-03-15 09:41:36 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.md-typeset__table {
|
|
|
|
width: 100%;
|
2024-02-05 12:26:14 +01:00
|
|
|
}
|