afrux / asirem

The weird Flarum theme made with potatoes as fuel, by Afrux.
MIT License
34 stars 11 forks source link

Fixed horizontal scroll in admin user grid #11

Open bturski opened 4 months ago

bturski commented 4 months ago

Issue

In the Users admin section, the user grid does not horizontally scroll to access content off screen. This makes mobile user administration difficult.

Example: image

Fix

Removed width CSS from user grid to allow horizontal scrollbar to render.

image