Skip to content

Commit 9c8e907

Browse files
Make header scrollable
Longer page titles text to overflow off the right side of the screen. This small change will enable users to scroll the header horizontally on mobile devices so they can read the whole page title
1 parent 7923b55 commit 9c8e907

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

styles/notion.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
.notion-header .notion-nav-header {
4343
max-width: 1100px;
4444
margin: 0 auto;
45+
overflow-x: auto;
4546
}
4647

4748
.notion-nav-header-rhs {

0 commit comments

Comments
 (0)