We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 710fdb7 commit 58e5e17Copy full SHA for 58e5e17
components/ProfilerPage/ProfilerPage.vue
@@ -3,7 +3,7 @@
3
<div class="profiler-page__head"></div>
4
<main class="profiler-page__main">
5
<section ref="calls" class="profiler-page__callstack">
6
- <PerfectScrollbar :style="{ height: '100vh' }">
+ <PerfectScrollbar :style="{ height: 'calc(100vh - 48px)' }">
7
<ProfilerPageCallStack
8
:event="event.payload"
9
@hover="setActiveEdge"
0 commit comments