Skip to content

Commit

Permalink
Merge PR #104 into 15.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Sep 27, 2023
2 parents 0f0ff41 + bd27418 commit f9da105
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 f9da105

Please sign in to comment.