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