Describe the bug
On small screens (with limited vertical resolution) overlay modals like the profile are not usable as it is impossible to reach the "save and close" button at the bottom.
To Reproduce
Steps to reproduce the behavior:
Environment (please complete the following information):
Like #1666 ?
Yeah I think so, just in general.
This seems to work for me if I overwrite the CSS:
#conversejs .modal-body {
overflow-y: auto;
height: auto;
max-height: 600px;
}
Should be fixed now, can you please confirm @poVoq?
Ahhmm, I actually need to get around getting a working dev setup for ConverseJS :(
Right now I am working with the official releases only and thus can't test it easily.
Ahhmm, I actually need to get around getting a working dev setup for ConverseJS
It's really not that hard, as long as you're using Linux or Mac.
Just run make dev and then make watch. Then open http://localhost:8008/dev.html
Works for me.