8000 Merge pull request #15387 from dorafc/fix_tooltip_display_bug · matplotlib/matplotlib@160f8ad · GitHub
[go: up one dir, main page]

Skip to content

Commit 160f8ad

Browse files
authored
Merge pull request #15387 from dorafc/fix_tooltip_display_bug
DOC: fix tooltip display bug
2 parents 381bc48 + ef82f81 commit 160f8ad

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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+
}

requirements/doc/doc-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ colorspacious
1212
ipython
1313
ipywidgets
1414
numpydoc>=0.8
15-
sphinx-gallery>=0.4
15+
sphinx-gallery>=0.5
1616
sphinx-copybutton

0 commit comments

Comments
 (0)
0