Tieson Trowbridge
Tieson Trowbridge
@luismartin From what I can tell, the reason this happens is because the **target** of the click is considered (by the browser) to be element on which the click **ended**....
@tarlepp Interestingly enough, if I remove the code starting at https://github.com/makeusabrew/bootbox/blob/master/bootbox.js#L440 , we get the default Bootstrap behavior, and stuff seems to still work correctly. I _think_ that code is...
FWIW, I think this more or less explains what's happening: >If the button is pressed on one element and the pointer is moved outside the element before the button is...
@ComTols Pretty sure that this is a case of incompatible arguments (based on [this](https://www.ffmpeg.org/ffmpeg.html#Main-options)). ```c# .Seek(new TimeSpan(0,0,5)) ``` tells ffmpeg to skip to that elapsed time in the stream (so,...
Can either of you clarify what you mean by > some form example pages? SB Admin is just a collection of templates and stylesheets - you need to build out...
The "glow" (the `:focus` style) is being hidden by the overflow rule from `.table-responsive`. If you eliminate that wrapper div, the style displays as (likely) intended. Whether that works for...
You could also add a consistent bit of padding around the whole table, using one of the padding classes: ```html ``` With that, you get the whole focus effect and...
This is a template. It's not intended that you use it as-is.
Pretty sure this can be accomplished just by adding the `sticky-top` class from Bootstrap. This also assumes **everyone** wants a sticky sidebar, which isn't likely.
@Roman991 "so why on scrolling I should prefer" - well, you're requesting to make changes to a public template, which then assumes everyone who uses it wants a sticky sidebar....