Remove outdated properties in core widget skins

This commit is contained in:
Kijin Sung 2023-08-31 23:28:23 +09:00
parent eedf4a6e0d
commit 1241ebbc80
4 changed files with 19 additions and 25 deletions

View file

@ -4,7 +4,7 @@ jQuery(function(){
var langList = c.next('ul.langList');
langList.toggle();
jQuery(this).parents('[id^=ex_]:first').css('overflow','').css('position','relative').css('zoom','1');
jQuery(this).parents('[id^=ex_]:first').css('overflow','').css('position','relative');
if(langList.css('top')){
if(jQuery('body').height() <= c.offset().top + langList.height()) {
@ -15,4 +15,4 @@ jQuery(function(){
}
return false;
});
});
});