Open vladkasianenko opened 2 years ago
I have a mat-table with sticky: true. It's all wrapped into <perfect-scrollbar>. However, sticky is over the top for the scrollbar. How can I set scrollbar-margin-top or scrollbar-padding-top to make it scroll under the sticky header?
mat-table
sticky: true
<perfect-scrollbar>
scrollbar-margin-top
scrollbar-padding-top
I have a
mat-table
withsticky: true
. It's all wrapped into<perfect-scrollbar>
. However, sticky is over the top for the scrollbar. How can I setscrollbar-margin-top
orscrollbar-padding-top
to make it scroll under the sticky header?