Skip to content

Commit

Permalink
fix: fix non sticky header in main pane (#627)
Browse files Browse the repository at this point in the history
  • Loading branch information
floydnant authored Oct 16, 2024
1 parent b5af1e5 commit 77425a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ng-content select="[header]"></ng-content>
</header>

<div class="panes-container | relative min-h-max w-full grow scroll-p-20 overflow-y-auto">
<div class="panes-container | relative w-full grow scroll-p-20 overflow-y-auto">
<div
*rxLet="sidepanelPortal$; let portal"
class="relative mx-auto flex min-h-max"
Expand Down

0 comments on commit 77425a4

Please sign in to comment.