mirror of
https://github.com/ae-utbm/sith.git
synced 2025-02-27 09:57:09 +00:00
Make upcoming nws scrollable on y-overflow
This commit is contained in:
parent
1d177412c3
commit
fc3b82c35c
@ -51,6 +51,13 @@
|
||||
}
|
||||
}
|
||||
|
||||
/* UPCOMING EVENTS */
|
||||
|
||||
#upcoming-events {
|
||||
max-height: 600px;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
/* LINKS/BIRTHDAYS */
|
||||
#links,
|
||||
#birthdays {
|
||||
|
@ -37,6 +37,7 @@
|
||||
</a>
|
||||
<br>
|
||||
{% endif %}
|
||||
<section id="upcoming-events">
|
||||
{% for day, dates_group in news_dates %}
|
||||
<div class="news_events_group">
|
||||
<div class="news_events_group_date">
|
||||
@ -100,6 +101,7 @@
|
||||
<em>{% trans %}Nothing to come...{% endtrans %}</em>
|
||||
</div>
|
||||
{% endfor %}
|
||||
</section>
|
||||
|
||||
<h3>
|
||||
{% trans %}All coming events{% endtrans %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user