mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-06 22:15:23 +02:00
parent
18aad62257
commit
48ee9b0a5e
2 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,10 @@
|
|||
.table-of-content {
|
||||
position: sticky;
|
||||
max-height: 100vh;
|
||||
overflow-y: auto;
|
||||
|
||||
margin-top: 30px;
|
||||
top: 30px;
|
||||
width: 300px;
|
||||
border-left: 1px solid #E8E8EB;
|
||||
padding-left: 22px;
|
||||
|
|
|
@ -38,12 +38,6 @@
|
|||
}
|
||||
|
||||
&__aside-right {
|
||||
position: sticky;
|
||||
max-height: 100vh;
|
||||
overflow-y: auto;
|
||||
|
||||
top: var(--layout-height-header);
|
||||
|
||||
@media (--mobile) {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue