Thomas

Results 3 issues of Thomas

I have an html slider for which I'd want the first panel to be a photo slider. The code looks like this: ``` html photo 1 photo 2 Panel 2...

The solution suggested in #132 to avoid conflicts with rails-assets and non-rails-assets for bootstrap is to use an initalizer with : ``` ruby Rails.configuration.assets.paths.reject! do |path| path.include?('rails-assets-bootstrap') end ``` However,...

question

I noticed that when a pesistent navdrawer is opened, input fields outside of the navdrawer are "disabled". Actually they are not disabled but you can't focus on them - thus...