mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-09 23:45:25 +02:00
Make right column sticky
This commit is contained in:
parent
a5cc9a7a54
commit
aa49338c28
1 changed files with 3 additions and 0 deletions
|
@ -49,6 +49,9 @@
|
||||||
min-width: 160px;
|
min-width: 160px;
|
||||||
display: none;
|
display: none;
|
||||||
|
|
||||||
|
position: sticky;
|
||||||
|
top: var(--layout-height-header);
|
||||||
|
|
||||||
@media (--desktop) {
|
@media (--desktop) {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue