8000 fix tooltip display bug · matplotlib/matplotlib@99ab5c6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 99ab5c6

Browse files
committed
fix tooltip display bug
Updated CSS to fix an issue with the tooltip being cutoff by the edge of the content. This change is dependent on updates to sphinx gallery.
1 parent 381bc48 commit 99ab5c6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/_static/mpl.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1079,10 +1079,6 @@ p.caption {
10791079
font-weight: bold;
10801080
}
10811081

1082-
div#gallery.section, div#tutorials.section {
1083-
overflow: hidden;
1084-
}
1085-
10861082
.sphx-glr-multi-img{
10871083
max-width: 99% !important;
10881084
}
@@ -1254,3 +1250,7 @@ div.bullet-box li {
12541250
flex: 0 0 90%;
12551251
}
12561252
}
1253+
1254+
div#gallery.section .sphx-glr-clear:first-of-type, div#tutorials.section .sphx-glr-clear:first-of-type{
1255+
display: none;
1256+
}

0 commit comments

Comments
 (0)
0