1
0
Fork 0
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:
Tanya Fomina 2022-06-25 22:05:50 +08:00
parent a5cc9a7a54
commit aa49338c28

View file

@ -49,6 +49,9 @@
min-width: 160px;
display: none;
position: sticky;
top: var(--layout-height-header);
@media (--desktop) {
display: block;
}