Skip to content
Snippets Groups Projects
Commit 9ef2bc8b authored by me5na7qbjqbrp's avatar me5na7qbjqbrp
Browse files

Merge branch 'fix_overflow' into 'master'

Fix y-overflow on accordion showing during transition

See merge request !16
parents f68523cd 24c994f2
No related branches found
No related tags found
1 merge request!16Fix y-overflow on accordion showing during transition
Pipeline #7769 passed with stages
in 3 minutes and 3 seconds
......@@ -54,7 +54,7 @@
<i class="fa fa-users"></i> {% trans "View my memberships" %}
</a>
</div>
<div id="clubListCollapse" class="collapse overflow-auto show" aria-labelledby="clubListHeading" data-parent="#accordionProfile">
<div id="clubListCollapse" class="collapse show" style="overflow:auto hidden" aria-labelledby="clubListHeading" data-parent="#accordionProfile">
{% render_table club_list %}
</div>
</div>
......@@ -67,7 +67,7 @@
<i class="fa fa-euro"></i> Historique des transactions
</a>
</div>
<div id="historyListCollapse" class="collapse overflow-auto" aria-labelledby="historyListHeading" data-parent="#accordionProfile">
<div id="historyListCollapse" class="collapse" style="overflow:auto hidden" aria-labelledby="historyListHeading" data-parent="#accordionProfile">
{% render_table history_list %}
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment