From 7bae48f00c8e9e7228626ea3eb7388fcae87141f Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Wed, 24 Apr 2019 09:07:53 -0700 Subject: [PATCH] Fixed minor CSS overflow issue --- src/devtools/views/Profiler/SidebarCommitInfo.css | 1 + src/devtools/views/Profiler/SidebarInteractions.css | 1 + 2 files changed, 2 insertions(+) diff --git a/src/devtools/views/Profiler/SidebarCommitInfo.css b/src/devtools/views/Profiler/SidebarCommitInfo.css index 5c28ac3b4c..0bbe667432 100644 --- a/src/devtools/views/Profiler/SidebarCommitInfo.css +++ b/src/devtools/views/Profiler/SidebarCommitInfo.css @@ -10,6 +10,7 @@ padding: 0.5rem; user-select: none; border-top: 1px solid var(--color-border); + overflow: auto; } .List { diff --git a/src/devtools/views/Profiler/SidebarInteractions.css b/src/devtools/views/Profiler/SidebarInteractions.css index 9b105db210..c5643dfcd7 100644 --- a/src/devtools/views/Profiler/SidebarInteractions.css +++ b/src/devtools/views/Profiler/SidebarInteractions.css @@ -10,6 +10,7 @@ padding: 0.5rem; user-select: none; border-top: 1px solid var(--color-border); + overflow: auto; } .Name {