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 {