1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-07 06:25:21 +02:00

Update layout.pcss

This commit is contained in:
Taly 2022-07-12 11:39:37 +03:00
parent 67634a3ecf
commit fc014a0ca0

View file

@ -46,6 +46,9 @@
display: none;
position: sticky;
overflow: auto;
height: calc(100vh - var(--layout-height-header));
top: calc(var(--layout-height-header) + var(--layout-padding-vertical));
align-self: flex-start;