Skip to content

Commit

Permalink
[FIX] web_responsive: Remove overflow:visible to tables to avoid side…
Browse files Browse the repository at this point in the history
… effects

TT50468
  • Loading branch information
victoralmau committed Aug 8, 2024
1 parent 12ba87c commit 6545293
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web_responsive/static/src/legacy/scss/web_responsive.scss
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ html .o_web_client .o_action_manager .o_action {
// Sticky Header & Footer in List View
.o_list_view {
.table-responsive {
overflow: visible;
.o_list_table {
// th & td are here for compatibility with chrome
thead tr:nth-child(1) th {
Expand Down

0 comments on commit 6545293

Please sign in to comment.