Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/quantecon_book_theme/assets/styles/_page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ Main page structure and components
top: 7rem;
width: 200px;
max-height: calc(100vh - 8rem);
overflow-x: hidden; // Prevent horizontal scrollbar on long TOC entries
overflow-y: hidden; // Clip content at bottom, no scrollbar
}

Expand Down
Loading