feat(member-live): unify the overview settings menu and add a reset-button tooltip

This commit is contained in:
Simon 2026-07-16 09:39:04 +02:00
parent 561463725a
commit ca2aaa069c
5 changed files with 33 additions and 18 deletions

View file

@ -899,15 +899,16 @@
}
/*
* Sort-header tooltip. Rendered via the native Popover API (see the SortTooltip
* JS hook), so it lives in the browser TOP LAYER: it is not clipped by the
* members table's overflow (overflow-x:auto forces overflow-y:auto, which used
* to clip a CSS pseudo-tooltip below the header) and paints above the sticky
* header, neighbor cells, and the pinned checkbox column's fade without any
* z-index hacks. This block only resets the popover UA defaults and gives it a
* small daisyUI-flavoured tooltip look; the JS hook sets top/left each show.
* Popover tooltip (sortable column headers, column-manager reset button).
* Rendered via the native Popover API (see the PopoverTooltip JS hook), so it
* lives in the browser TOP LAYER: it is not clipped by the members table's
* overflow (overflow-x:auto forces overflow-y:auto, which used to clip a CSS
* pseudo-tooltip below the header) and paints above the sticky header, neighbor
* cells, and the pinned checkbox column's fade without any z-index hacks. This
* block only resets the popover UA defaults and gives it a small daisyUI-
* flavoured tooltip look; the JS hook sets top/left each show.
*/
.sort-tooltip {
.popover-tooltip {
position: fixed;
inset: auto;
margin: 0;