From 9c8e907cdb635c16560515e92fa2234a18afcb80 Mon Sep 17 00:00:00 2001 From: engage_intelllect <61082194+engageintellect@users.noreply.github.com> Date: Fri, 10 Mar 2023 19:47:50 -0800 Subject: [PATCH] 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 --- styles/notion.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/notion.css b/styles/notion.css index acf79e4..b573dc1 100644 --- a/styles/notion.css +++ b/styles/notion.css @@ -42,6 +42,7 @@ .notion-header .notion-nav-header { max-width: 1100px; margin: 0 auto; + overflow-x: auto; } .notion-nav-header-rhs {