Skip to content

Commit 58e5e17

Browse files
committed
[#33] fix profiler page scroll out of content
1 parent 710fdb7 commit 58e5e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ProfilerPage/ProfilerPage.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="profiler-page__head"></div>
44
<main class="profiler-page__main">
55
<section ref="calls" class="profiler-page__callstack">
6-
<PerfectScrollbar :style="{ height: '100vh' }">
6+
<PerfectScrollbar :style="{ height: 'calc(100vh - 48px)' }">
77
<ProfilerPageCallStack
88
:event="event.payload"
99
@hover="setActiveEdge"

0 commit comments

Comments
 (0)