mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	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:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user