Skip to content

Commit

Permalink
Merge pull request #237 from nextcloud/profiler-sidebar-button
Browse files Browse the repository at this point in the history
  • Loading branch information
kesselb authored Aug 17, 2023
2 parents eb0e016 + 18d5678 commit f4bbac9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/views/ProfilerToolbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
</style>

0 comments on commit f4bbac9

Please sign in to comment.