Converse.js: Modal overlays do not have scrollbars

Created on 23 Nov 2019  路  6Comments  路  Source: conversejs/converse.js

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:

  1. Resize browser window
  2. Click on click on profile overlay modal
  3. Realize that there is no (optional) scrollbar

Environment (please complete the following information):

  • Desktop or Mobile? Both
  • Browser [e.g. Chrome, Firefox] Firefox
  • Converse.js version [e.g. 4.2.0] 5.0.5
UI bug

All 6 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

guusdk picture guusdk  路  5Comments

Nyco picture Nyco  路  5Comments

licaon-kter picture licaon-kter  路  7Comments

cesarplata picture cesarplata  路  6Comments

koehn picture koehn  路  7Comments