build icon indicating copy to clipboard operation
build copied to clipboard

Buttons in Bulk edit window get cut off

Open grzesiek2010 opened this issue 4 years ago • 2 comments

The problem has been originally reported on the forum: https://forum.opendatakit.org/t/bulk-edit-choose-one-cut-off-on-screen/24883/4

grzesiek2010 avatar Feb 18 '20 11:02 grzesiek2010

At high zoom levels and with many options, I can see the buttons are pushed off screen. I can see the options overflow scrolling while buttons are still off screen, but scrolling the entire modal might help. image

florianm avatar Dec 08 '21 02:12 florianm

.optionsGridEditor {overflow-y:scroll;} and max-height should calc based on viewport height

florianm avatar Jan 28 '22 01:01 florianm