public/stylesheets/extjs/resources/themes/stylesheets/ext4/default/widgets/_viewport.scss in erp_app-3.0.16 vs public/stylesheets/extjs/resources/themes/stylesheets/ext4/default/widgets/_viewport.scss in erp_app-3.1.0

- old
+ new

@@ -1,9 +1,14 @@ +/** + * Creates the base structure of Viewport. + * @member Ext.container.Viewport + */ @mixin extjs-viewport { .#{$prefix}viewport, .#{$prefix}viewport body { margin: 0; padding: 0; border: 0 none; overflow: hidden; height: 100%; + position: static; } } \ No newline at end of file