Skip to content

Commit 2c55d7d

Browse files
Apply suggestion from @StanFromIreland
Co-authored-by: Stan Ulbrych <stan@python.org>
1 parent 06cf519 commit 2c55d7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python_docs_theme/static/pydoctheme.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@ div.genindex-jumpbox a {
750750
top: 0;
751751
inset-inline-start: 0;
752752
transition: transform 400ms ease;
753-
transform: translateX(-100%);
753+
transform: translateX(calc(-100% - 10px));
754754
width: 300px;
755755
height: 100%;
756756
background-color: #eee;

0 commit comments

Comments
 (0)