Method: IRuby::Input::Popup#widget_css

Defined in:
lib/iruby/input/popup.rb

#widget_cssObject



6
7
8
9
# File 'lib/iruby/input/popup.rb', line 6

def widget_css
  style = '.modal-body { overflow: auto; }'
  widget_join :widget_css, style, @form, *@buttons
end