mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 08:53:37 +01:00
Hide iframe scrollbars too when seamless is on, hides scrollbars in Admin - Global categories
This commit is contained in:
parent
420350e5a8
commit
9422fd117c
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user