Skip to content

Commit cf1c4b4

Browse files
authored
fix: prevent horizontal scrollbar on sticky TOC (#363)
Add overflow-x: hidden to the sticky TOC container to prevent a horizontal scrollbar from appearing when long section titles wrap in the 'On this page' sidebar.
1 parent 3059878 commit cf1c4b4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/quantecon_book_theme/assets/styles/_page.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ Main page structure and components
5757
top: 7rem;
5858
width: 200px;
5959
max-height: calc(100vh - 8rem);
60+
overflow-x: hidden; // Prevent horizontal scrollbar on long TOC entries
6061
overflow-y: hidden; // Clip content at bottom, no scrollbar
6162
}
6263

0 commit comments

Comments
 (0)