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
This commit is contained in:
engage_intelllect
2023-03-10 19:47:50 -08:00
committed by GitHub
parent 7923b55264
commit 9c8e907cdb

View File

@@ -42,6 +42,7 @@
.notion-header .notion-nav-header {
max-width: 1100px;
margin: 0 auto;
overflow-x: auto;
}
.notion-nav-header-rhs {