Skip to content
Snippets Groups Projects
Commit 1f156c17 authored by Laurent Destailleur's avatar Laurent Destailleur Committed by GitHub
Browse files

Merge pull request #6436 from defrance/patch-79

on list, preview tooltip is not displayed correctly
parents 87cbbade b9431216
No related branches found
No related tags found
No related merge requests found
......@@ -803,7 +803,7 @@ class FormFile
{
$out='<dl class="dropdown inline-block">
<dt><a data-ajax="false" href="#" onClick="return false;">'.img_picto('', 'listlight').'</a></dt>
<dd><div class="multichoicedoc"><ul class="ulselectedfields" style="display: none;">';
<dd><div class="multichoicedoc" style="position:absolute;left:100px;" ><ul class="ulselectedfields" style="display: none;">';
$tmpout='';
// Loop on each file found
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment