From 25b063ad95a713143646092c70b26dd9250accf2 Mon Sep 17 00:00:00 2001 From: Vaibhav Date: Mon, 3 Jun 2019 19:34:02 +0530 Subject: [PATCH] css: Setup `.tab-switcher.allow-overflow` for informational overlays. This changes the information-overlay tab-switcher to have the class `.allow-overflow` too. Fixes a regression introduced in 30da8bdf9b82b89528869bbc20378dc517a19a6b. --- static/js/info_overlay.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/info_overlay.js b/static/js/info_overlay.js index e3876e76d1..9df13abe5a 100644 --- a/static/js/info_overlay.js +++ b/static/js/info_overlay.js @@ -43,7 +43,7 @@ exports.set_up_toggler = function () { var toggler = components.toggle(opts); var elem = toggler.get(); - elem.addClass('large'); + elem.addClass('large allow-overflow'); var modals = _.map(opts.values, function (item) { var key = item.key; // e.g. message-formatting