docs/versions: fix version selector being hidden behind TOC sidebar

also make it scrollable on _really_ small screens

ci-kbs-docs-build-full
This commit is contained in:
InsanePrawn 2023-01-03 18:52:18 +01:00
parent 7955842da9
commit e758e3c343

View file

@ -38,10 +38,13 @@
#versjon-overlay {
position: fixed;
z-index: 100;
bottom: 0px;
right: 0px;
width: 250px;
background: var(--color-code-background);
max-height: 100%;
overflow: scroll;
}
p.versjon-old-warning {