insodoc / insomnia-documenter

Tool to create minimalist and beautiful API documentation pages using your Insomnia workspace export file.
MIT License
494 stars 59 forks source link

Add `overflow: auto` to description css class #68

Closed julioneljunior closed 3 years ago

julioneljunior commented 3 years ago

Hello!! Congrats to the project.

I have a problem putting a table in the insomnia documentation.

image

Fixed this behavior by adding overflow: auto; to .descrition class:

.description {
  overflow: auto;
  ...

https://github.com/jozsefsallai/insomnia-documenter/blob/ce38efc98374e114a73dc8c7202c2773d4aa2a53/src/styles/main.scss#L204

I Tested by cloning the repository and the other css rules are not affected. image