Skip to content

Commit

Permalink
[15.0][IMP] add: css sticky table header added for mis-builder-widget
Browse files Browse the repository at this point in the history
  • Loading branch information
ppakpahan committed May 28, 2024
1 parent 964efcd commit d18c5d4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mis_builder/static/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,8 @@
.oe_mis_builder_analytic_filter_box {
padding-bottom: 10px;
}

.o_web_client .mis_builder thead {
position: sticky;
top: 0px;
}

0 comments on commit d18c5d4

Please sign in to comment.