mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
Hide iframe scrollbars too when seamless is on, hides scrollbars in Admin - Global categories
This commit is contained in:
parent
29d34bcc6c
commit
41b5de825d
@ -92,6 +92,7 @@ var et2_iframe = (function(){ "use strict"; return et2_valueWidget.extend(
|
||||
set_seamless: function(_seamless) {
|
||||
this.options.seamless = _seamless;
|
||||
this.htmlNode.attr("seamless", _seamless);
|
||||
this.htmlNode.attr("scrolling", _seamless ? 'no' : 'auto');
|
||||
},
|
||||
|
||||
set_value: function(_value) {
|
||||
|
Loading…
Reference in New Issue
Block a user