1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-13 17:33:59 +02:00

Updated Navigation Dropdown (markdown)

Angelos Chalaris
2016-09-09 11:27:30 +03:00
parent 2b535f3f2d
commit 88d2f4f5a1

@@ -28,4 +28,5 @@
- This module will not work correctly unless the navigation module is enabled and properly initialized.
- Dropdowns will automatically adjust to the proper vertical orientation when the screen is small enough.
- Dropdowns will not open as a vertical panel on horizontal menus, but rather as a horizontal panel below the existing content.
- The behavior of dropdowns in large groups as well as in depths greater than 2 is undocumented as of yet. Please report any issues you encounter.
- The behavior of dropdowns in large groups as well as in depths greater than 2 is undocumented as of yet. Please report any issues you encounter.
- Multiple dropdowns are supported using radio buttons instead of checkboxes. However, there is currently a problem with this behaviour regarding the layout of the page. Use of Javascript can help solve the problem, however there will be a more permanent fix for this specific problem.