partial booking manager: change #main-content overflow (#80356)
gitea/chrono/pipeline/head This commit looks good Details

to allow sticky hours list
This commit is contained in:
Thomas Jund 2023-09-07 16:25:02 +02:00
parent e6be5342e6
commit bdce64d56e
2 changed files with 6 additions and 0 deletions

View File

@ -600,6 +600,10 @@ div#appbar a.active {
}
// Partial booking view
div#main-content.partial-booking-dayview {
// change default overflow to allow sticky hours list
overflow: visible;
}
.partial-booking {
--registrant-name-width: 15rem;
--zebra-color: hsla(0,0%,0%,0.05);

View File

@ -1,6 +1,8 @@
{% extends "chrono/manager_agenda_day_view.html" %}
{% load i18n %}
{% block main-content-attributes %}class="partial-booking-dayview"{% endblock %}
{% block extra_date_title %}
{% if event.invoiced %}
<span class="invoiced tag">{% trans "Invoiced" %}</span>