On the graphical seat map, the "Your selection" panel is height-capped beside the map. When enough seats are selected the list scrolls, but the total and the "Remove all" button scrolled out of view with it, so they could not be reached.
This pins the total and the "Remove all" button to the bottom of the panel with position: sticky. They sit just below the list when it is short, and stick to the bottom once it is long enough to scroll, staying in view over the panel background.
Follow-up to #3611898.
Issue fork yoyaku-3611904
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
mably commentedMR !51 opened against 1.x.
Comment #5
mably commented