Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Fix element overlap for nav module #42

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 27, 2023

  1. Fix element overlap for nav module

    Root nav elements with drop downs prevent the next siblings root nav element from being clickable.  That is because the drop down elements are rendered on top of the root nav element, despite not being visible on screen.  Here's what it looks like when there is no `overflow:hidden`
    devdanio authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    0f1b9e2 View commit details
    Browse the repository at this point in the history