Files
docmost/apps/client/src/ee
Olivier Lambert 3ecf27c6b0 fix(page-permission): make people-with-access list scroll past 4 entries (#2137)
The "People with access" list in the page share modal used
<ScrollArea mah={250}>, which caps the container height but does not
make the inner viewport scroll (no fixed height is given to the
viewport). Items beyond ~4 entries were rendered correctly but clipped
out of view.

Switches to <ScrollArea.Autosize mah={400}>, which is Mantine's
dedicated primitive for "grow with content up to a max, then scroll".

Closes #2135
2026-04-29 09:36:38 +01:00
..
2026-04-10 19:23:47 +01:00
2026-04-14 17:56:36 +01:00
2025-07-14 03:56:26 -07:00
2026-03-02 02:45:13 +00:00
2026-03-15 22:05:32 +00:00
2026-03-22 16:40:50 +00:00
2026-03-22 16:40:50 +00:00
2026-04-14 16:34:44 +01:00
2026-04-12 22:06:25 +01:00
2026-04-12 22:06:25 +01:00
2026-04-12 22:06:25 +01:00
2025-03-06 17:59:22 +00:00
2025-03-06 13:38:37 +00:00