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