mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
Fix #799 Thesaurus scrollbar issue on webkit browser
This commit is contained in:
@@ -198,7 +198,7 @@ User_Adapter::updateClientInfos(5);
|
||||
|
||||
</head>
|
||||
|
||||
<body id="desktop" style="background-color:#808080; overflow:hidden" onload="loaded();" onmousewheel="return(false);" onscroll="evtScrollBody();" >
|
||||
<body id="desktop" style="background-color:#808080; overflow:hidden" onload="loaded();" onscroll="evtScrollBody();" >
|
||||
|
||||
<div class="menu" id="flagsMenu" style="z-index:50">
|
||||
<?php
|
||||
@@ -293,8 +293,9 @@ $jsFlags = '{ ' . $jsFlags . ' }';
|
||||
<div style="width:100%; overflow:hidden">
|
||||
<input type="checkbox" name="ckShowRejected" onClick="return(chgCkShowRejected());" /><span style="white-space:nowrap; overflow:hidden"><?php echo p4string::MakeString(_('thesaurus:: afficher les termes refuses')) /* Afficher les termes refuses */ ?></span>
|
||||
</div>
|
||||
<div id="TabT0k" style="position:absolute; top:20px; bottom:0px; left:0px; right:0px; overflow:scroll; border:0px #000000 none">
|
||||
<div id="TabT0k" onscroll="dosomething()"style="position:absolute; top:20px; bottom:0px; left:0px; right:0px; overflow:scroll; border:2px red solid;">
|
||||
<div id="T0" style="position:absolute; top:0px; left:0px;">
|
||||
<div style='height:900px;'></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user