Skip to content

Commit

Permalink
[FIX] resource_booking: Add class to schedule page to show full dropd…
Browse files Browse the repository at this point in the history
…own if opened at the bottom

TT45274
  • Loading branch information
victoralmau committed Sep 26, 2023
1 parent 0f0ff41 commit bd27418
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resource_booking/static/src/scss/portal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@
max-height: 40vh;
overflow: auto;
}
// Show full dropdown if opened at the bottom
.resource_booking_portal_schedule {
overflow: initial;
}
1 change: 1 addition & 0 deletions resource_booking/templates/portal.xml
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,7 @@
</t>
<!-- Scheduling form -->
<t t-call="portal.portal_record_layout">
<t t-set="classes" t-value="'resource_booking_portal_schedule'" />
<t t-set="card_header">
<t t-call="resource_booking.resource_booking_portal_header" />
</t>
Expand Down

0 comments on commit bd27418

Please sign in to comment.