Andrew Stoker
Andrew Stoker
@levan-g: How are you hoping to use horizontal scrolling? Can you send me a DOM snippet of what you're wanting? We use CSS Columns for our horizontal scrolling, and am...
I could see that horizontal scrolling would work fine with a flag indicating the direction of the scrolling, that way we can determine the correct algorithm for determining how many...
@levan-g, working on horizontal scroll here to make a PR: https://github.com/AStoker/ui-virtualization Current remaining issue before I make a PR on it is when the user is scrolling very quickly, the...
This issue still exists, and prohibits using bootstrap variables and mixins together. Our "solution" is currently to stick with 5.2.3. Using css variables is awesome, but the limitation it imposes...
It would have to be a per-line kind of config, because we might have both use cases in the same file... I hate adding comment directives in code, but that...
This is still an issue, even using latest node 22
You need to change the `es` version as well. This emphasizes the need for us to have just the es version and compile out to legacy...
Unfortunately right now there are two "versions" of the file. An ecmascript module version (es) and an old school factory function version. You need to modify both.
Running into a similar issue that appears related. Same kind of error, but regarding the `$kendo-button-border-width` in the multiselect element. ``` Undefined operation "var(--bs-border-width) * 2". ╷ 69 │ $kendo-button-calc-size:...
Just hit this in the latest 19.x version as well. Kind of an annoying UX issue. Probably going to just get around it by manually templating out the input and...