[WEB-3906] fix: page table of content overlap with the page content #7018

This commit is contained in:
Aaryan Khandelwal 2025-05-07 00:51:51 +05:30 committed by GitHub
parent d366ac1581
commit bc2936dcd3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -233,7 +233,9 @@
padding-left: var(--normal-content-margin);
padding-right: var(--normal-content-margin);
}
}
@container page-content-container (max-width: 930px) {
.page-summary-container {
display: none;
}