mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
parent
89407d253d
commit
4fa48a6eb1
3
docs/_static/css/custom.css
vendored
3
docs/_static/css/custom.css
vendored
@ -16,6 +16,7 @@
|
||||
|
||||
--navHeight: 4.5rem;
|
||||
--sideWidth: 300px;
|
||||
--currentVersionHeight: 45px;
|
||||
|
||||
text-rendering: geometricPrecision;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
@ -658,6 +659,8 @@ ul.search .context {
|
||||
.rst-other-versions {
|
||||
background: var(--white) !important;
|
||||
color: var(--color-a) !important;
|
||||
max-height: calc(100vh - var(--navHeight) - var(--currentVersionHeight));
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
.rst-other-versions a {
|
||||
|
Loading…
Reference in New Issue
Block a user