mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-09 15:35:25 +02:00
Fix right aside padding top
This commit is contained in:
parent
07c83428b6
commit
0abbfc0489
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
||||||
display: none;
|
display: none;
|
||||||
|
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: var(--layout-height-header);
|
top: calc(var(--layout-height-header) + var(--layout-padding-vertical));
|
||||||
align-self: flex-start;
|
align-self: flex-start;
|
||||||
|
|
||||||
@media (--desktop) {
|
@media (--desktop) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue