Prerequisites
Describe the issue
If you have a dropdown inside a table-responsive, there is a glitch that shows vertical and horizontal scrollbar, and not showing correctly if the table has only one row... The fix is using
instead of
Perhaps only a clarification in the documentation is needed (in dropdown or table-responsive). It took me an hour with the help of AI and Chrome Inspector, until I figured out how to solve it LOL
Reduced test cases
WRONG:
| Nro Interno |
Desde |
Hasta |
Registración |
Descripcion |
Tipo Cambio |
Estado |
|
| 377 |
01/01/2013 |
31/12/2013 |
10/02/2017 |
MPAA- REM 58621 CABLE |
15.7 |
CARGA FINALIZADA |
|
FIX:
| Nro Interno |
Desde |
Hasta |
Registración |
Descripcion |
Tipo Cambio |
Estado |
|
| 377 |
01/01/2013 |
31/12/2013 |
10/02/2017 |
MPAA- REM 58621 CABLE |
15.7 |
CARGA FINALIZADA |
|
What operating system(s) are you seeing the problem on?
macOS
What browser(s) are you seeing the problem on?
Chrome
What version of Bootstrap are you using?
5.3.8
Prerequisites
Describe the issue
If you have a dropdown inside a table-responsive, there is a glitch that shows vertical and horizontal scrollbar, and not showing correctly if the table has only one row... The fix is using
Perhaps only a clarification in the documentation is needed (in dropdown or table-responsive). It took me an hour with the help of AI and Chrome Inspector, until I figured out how to solve it LOL
Reduced test cases
WRONG:
FIX:
What operating system(s) are you seeing the problem on?
macOS
What browser(s) are you seeing the problem on?
Chrome
What version of Bootstrap are you using?
5.3.8