mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-06 22:15:23 +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;
|
||||
display: none;
|
||||
|
||||
position: sticky;
|
||||
top: var(--layout-height-header);
|
||||
|
||||
@media (--desktop) {
|
||||
display: block;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue