From 126f3703dc5bb0c091d634be7933264dfe94334e Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Thu, 16 Nov 2017 15:43:04 +0300 Subject: [PATCH] text panel: make scrollable --- public/app/plugins/panel/text/module.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/public/app/plugins/panel/text/module.ts b/public/app/plugins/panel/text/module.ts index 5f453aea15b..7df4874c6d1 100644 --- a/public/app/plugins/panel/text/module.ts +++ b/public/app/plugins/panel/text/module.ts @@ -19,6 +19,7 @@ export class TextPanelCtrl extends PanelCtrl { super($scope, $injector); _.defaults(this.panel, this.panelDefaults); + this.scrollable = true; this.events.on('init-edit-mode', this.onInitEditMode.bind(this)); this.events.on('refresh', this.onRefresh.bind(this));