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:
parent
7955842da9
commit
e758e3c343
1 changed files with 3 additions and 0 deletions
|
@ -38,10 +38,13 @@
|
||||||
|
|
||||||
#versjon-overlay {
|
#versjon-overlay {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
z-index: 100;
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
right: 0px;
|
right: 0px;
|
||||||
width: 250px;
|
width: 250px;
|
||||||
background: var(--color-code-background);
|
background: var(--color-code-background);
|
||||||
|
max-height: 100%;
|
||||||
|
overflow: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
p.versjon-old-warning {
|
p.versjon-old-warning {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue