mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-19 04:46:42 +02:00
Hide iframe scrollbars too when seamless is on, hides scrollbars in Admin - Global categories
This commit is contained in:
@@ -92,6 +92,7 @@ var et2_iframe = (function(){ "use strict"; return et2_valueWidget.extend(
|
|||||||
set_seamless: function(_seamless) {
|
set_seamless: function(_seamless) {
|
||||||
this.options.seamless = _seamless;
|
this.options.seamless = _seamless;
|
||||||
this.htmlNode.attr("seamless", _seamless);
|
this.htmlNode.attr("seamless", _seamless);
|
||||||
|
this.htmlNode.attr("scrolling", _seamless ? 'no' : 'auto');
|
||||||
},
|
},
|
||||||
|
|
||||||
set_value: function(_value) {
|
set_value: function(_value) {
|
||||||
|
Reference in New Issue
Block a user