Skip to content
Snippets Groups Projects
Commit 29cdfc62 authored by Cédric Snauwaert's avatar Cédric Snauwaert
Browse files

[FIX] web: remove unneeded overflow-y on modal-body class

Will fix problem where opened dropdown list were hidden behind the modal footer
parent cc9205d1
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h3 class="modal-title"><t t-raw="title"/></h3>
</div>
<div class="modal-body" style="overflow-y: auto;">
<div class="modal-body">
</div>
</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