Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/pydata_sphinx_theme/assets/styles/base/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,9 @@ pre {
z-index: $zindex-tooltip;
position: fixed;
display: none;
top: 90vh;

// #2411: anchor on bottom to prevent overflowing on mobile
bottom: 2dvh;
left: 50vw;
transform: translate(-50%);
color: var(--pst-color-secondary-text);
Expand Down
Loading