Lukáš Janeček

Results 8 issues of Lukáš Janeček

### Describe the bug When writing the following `border: 1px solid rgb(0 8 16 / 0.05)`, the color gets dropped. Happens only when using this syntax, older versions like `rgba(0,8,16,0.05)`,...

bug

So, basically issue with any form I have on page using LocomotiveScroll. When I am focused in any input, and I press arrow keys (for example to pick something from...

* **Version**: 4.4.6 * **Web/Desktop**: Desktop * **Platform/Browser**: Windows (same issue happens on Linux) When importing Adobe XD file, the result is missing texts, elements are misaligned when I zoom...

CSS reset using `all: unset` on `` tag breaks the marker formatting in `.x-text` Following code ``` Item Item ``` Produces unstyled list (as if using `list-style-type: disc`) Applying appropriate...

The parameter `all: unset` on `` in CSS reset breaks automatic hyphenation (`hyphens: auto`) in Chrome and Chromium-based browsers. Other browsers (Firefox, Safari) work fine. When removed, the hyphenation rule...

### Environment ```bash Reka UI version: 2.6.0 Vue version: latest ``` ### Link to minimal reproduction https://stackblitz.com/edit/wha1wwjp ### Steps to reproduce 1. Run the provided demo 2. Inspect the elements...

bug

* add support for fractional values such as 3.5

Trying to print a page with following settings ``` html2pdf() .set({ margin: 0, filename: 'myfile.pdf', pagebreak: { mode: 'avoid-all' }, html2canvas: { allowTaint: false, useCORS: false, windowWidth: 1920, imageTimeout: 0,...