mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
docs: Add more bottom padding to the menu to prevent the index link from being obscured by the toggle
This commit is contained in:
Vendored
+7
-1
@@ -74,4 +74,10 @@ html.transition *:before,
|
||||
html.transition *:after {
|
||||
transition: ease-in-out 200ms !important;
|
||||
transition-delay: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
nav.wy-nav-side {
|
||||
/* The default padding of 2em is too small and the "Keyword Index" link gets obscured
|
||||
* by the version toggle. */
|
||||
padding-bottom: 3em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user