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 30da8bdf9b.
This commit is contained in:
Vaibhav 2019-06-03 19:34:02 +05:30 committed by Tim Abbott
parent c6b03432bc
commit 25b063ad95
1 changed files with 1 additions and 1 deletions

View File

@ -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