Method: IRuby::Input::Popup#widget_css
- Defined in:
- lib/iruby/input/popup.rb
#widget_css ⇒ Object
6 7 8 9 |
# File 'lib/iruby/input/popup.rb', line 6 def style = '.modal-body { overflow: auto; }' :widget_css, style, @form, *@buttons end |