diff --git a/src/views/ProfilerToolbar.vue b/src/views/ProfilerToolbar.vue index d5f9a89..06f97c0 100644 --- a/src/views/ProfilerToolbar.vue +++ b/src/views/ProfilerToolbar.vue @@ -413,4 +413,9 @@ export default { // overwrite body height for profiler toolbar --body-height: calc(100% - env(safe-area-inset-bottom) - 50px - var(--body-container-margin) - 36px); } + +.app-sidebar-tab__buttons { + // add space for profiler toolbar + bottom: calc(var(--body-container-margin) + 36px)!important; +}