Skip to content

Draft: fix: unreachable docs items (#103)

Lasha Kakabadze requested to merge 103-bug-unreachable-docs into master

Description

For the sidebar menu of /docs page, Docusaurus is dynamically calculating the height of the unordered list, which is smaller than the intended height of the element, resulting in hidden overflow and unreachable list items.

The following solution will set the height of the unordered list to auto, preventing the overflow.

Related issue

#103 (closed)

Examples

Following are the examples of before and after fixing the bug.

before after

Checklist

  • the MR description has been reviewed
  • this MR contains text changes and they have been reviewed OR there are no texts changes
  • this MR contains GUI/CLI changes and they have been reviewed OR there are no GUI/CLI changes
  • this MR contains API changes and they have been reviewed OR there are no API changes

Closes #103 (closed)

Edited by Artyom Kartasov

Merge request reports