Template
Templates Nav/styles.css
From Dogcraft Wiki
(Created page with ".template-documentation { display: grid; grid-template-columns: 260px 1fr; align-items: start; column-gap: 4px; } .templates-nav { max-height: calc(100vh - 120px); overflow-y: auto; position: sticky; top: 80px; padding-top: calc(30px + .5rem); } @media only screen and (max-width: 999px) { .templates-nav { display: none; } .template-documentation-content { grid-column: 1 / -1; } }") |
mNo edit summary |
||
| Line 10: | Line 10: | ||
overflow-y: auto; | overflow-y: auto; | ||
position: sticky; | position: sticky; | ||
top: | top: 110px; | ||
padding-top: | padding-top: .5rem; | ||
margin-top: -5rem; | |||
} | } | ||
Revision as of 16:51, 31 January 2026
.template-documentation {
display: grid;
grid-template-columns: 260px 1fr;
align-items: start;
column-gap: 4px;
}
.templates-nav {
max-height: calc(100vh - 120px);
overflow-y: auto;
position: sticky;
top: 110px;
padding-top: .5rem;
margin-top: -5rem;
}
@media only screen and (max-width: 999px) {
.templates-nav {
display: none;
}
.template-documentation-content {
grid-column: 1 / -1;
}
}
This page was last modified on 31 January 2026, at 16:51. (12 days ago)