CSS overflow on mobile
When viewing [Comptime Zig ORM](https://matklad.github.io/2025/03/19/comptime-zig-orm.html) on mobile (or a narrow screen) some parts of the content becomes wider than the screen. It can be fixed by adding `.display { overflow-x: auto; }` and `aside.admn > div { flex: 1; width: 0; }`.
关闭于 2025-03-19 4 条评论