overflow-hidden and overflow-x-auto on the same element conflict in Tailwind's CSS generation order. The shorthand overflow:hidden can override overflow-x:auto, clipping the rightmost column (diagnose buttons). Fix: outer div keeps overflow-hidden for rounded corners, inner div handles overflow-x-auto scrolling. |
||
|---|---|---|
| .. | ||
| src | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.json | ||
| uno.config.ts | ||
| vite.config.ts | ||