1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-06 22:15:23 +02:00

Revert "update layout"

This reverts commit 18aad62257.
This commit is contained in:
Taly 2022-06-16 18:58:26 +03:00
parent 18aad62257
commit 48ee9b0a5e
2 changed files with 6 additions and 6 deletions

View file

@ -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;

View file

@ -38,12 +38,6 @@
}
&__aside-right {
position: sticky;
max-height: 100vh;
overflow-y: auto;
top: var(--layout-height-header);
@media (--mobile) {
display: none;
}