Skip to content

Commit

Permalink
docs: format docs
Browse files Browse the repository at this point in the history
  • Loading branch information
igordanchenko committed Oct 11, 2023
1 parent 9f3bb7f commit df4f71d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,11 +219,12 @@ import "yet-another-react-lightbox/styles.css";
}
</td>
<td>
<p>NoScroll module settings.</p>
<p>
NoScroll module settings. The NoScroll module is responsible for hiding
the vertical scrollbar and preventing document `<body/>` from scrolling
underneath the lightbox. However, in some cases, this functionality may cause
undesired side effects, so you may want to disable this feature.
The NoScroll module is responsible for hiding the vertical scrollbar and
preventing document `<body/>` from scrolling underneath the lightbox.
However, in some cases, this functionality may cause undesired side effects,
so you may want to disable this feature.
</p>
<ul>
<li>`disabled` - if `true`, the NoScroll module functionality is disabled</li>
Expand Down

0 comments on commit df4f71d

Please sign in to comment.