In the project we have a lot of infinite scrolls etc. lot of overflow issues 😅
I wasn't aware that if you see `overflow-[axis]: hidden` then another axis `overflow` is automatically set to `auto` instead of `visible` 😱
`clip` fixes that.
ishadeed.com/article/over...
In the project we have a lot of infinite scrolls etc. lot of overflow issues 😅
I wasn't aware that if you see `overflow-[axis]: hidden` then another axis `overflow` is automatically set to `auto` instead of `visible` 😱
`clip` fixes that.
ishadeed.com/article/over...
Last time I used `tsx` run as a shell via "shebang" line.
So participants just had to run `./ex-1.ts` and `./ex-1.test.ts`
tsx.is/shell-scripts
Last time I used `tsx` run as a shell via "shebang" line.
So participants just had to run `./ex-1.ts` and `./ex-1.test.ts`
tsx.is/shell-scripts