Fix last nav item in the doc covered by a fixed box

master
Marc Gilleron 2021-09-26 23:33:24 +01:00
parent c0384a4389
commit 024b9326cc
1 changed files with 5 additions and 0 deletions

View File

@ -2,3 +2,8 @@
.caption {
color: #5599ff;
}
/* Undo vertical padding on the "Previous Next" fixed box at the bottom of the navigator,
otherwise it covers the last item */
.rst-versions .rst-current-version {
padding: 0px 12px 0px 12px;
}