Alex Urquhart

Results 9 comments of Alex Urquhart

This became very noticable for me as well after I upgraded to a 4K monitor. I touched on some of the possible solutions for this in #20, but I think...

Thanks for bringing that up. It's due a small jquery snippet that was supposed to add `target="new"` attributes to any link that goes outside of your website. It also added...

Thanks for the clarification, I updated it again and tested it with links that start with #. a4c53c1

Looking into it further it's the `.container-fluid` div that acts as a wrapper for the entire layout, so the body element isn't the one that scrolls, it's the `.content` div....

Good suggestions, I think being using `list-group-item-action` classes as a prop, perhaps 'itemVariant`, with an option for custom list element and hover classes would work well. Right now the coloring...

Thanks for the feedback. I don't have any solution yet, I'll have to find a way to test on Safari.

Good idea, I think either having a prop or custom slot (or both) to allow placeholder info would be useful. Will also allow users to give some additional feedback on...

This is a good idea as well, I think before the components gets a 1.0 release it should allow for both custom highlight and custom matching functions.

This article may be a good start: https://css-tricks.com/popping-hidden-overflow/ I'll put this on my list to investigate, thanks!