Switch magic flexy rigboard layout to use *container* width queries rather than *screen* width queries

This resolves the overflow seen in the profile detail view in the most overkill way possible. Nerf this!
This commit is contained in:
2024-04-06 19:14:23 +01:00
parent 17fa447861
commit 953b691cc2
4 changed files with 37 additions and 18 deletions

View File

@@ -167,9 +167,11 @@
<div class="col-lg-6">
<div class="card">
<div class="card-header">Events</div>
<div style="container-type: size; height: 30vh; overflow-y: scroll;">
{% with object.latest_events as events %}
{% include 'partials/event_table.html' %}
{% endwith %}
</div>
</div>
</div>
</div>