Site menu is broken

Created on 7 September 2023, about 1 year ago
Updated 14 May 2024, 6 months ago

🐛 Bug report
Status

Needs review

Component

Code

Created by

🇮🇳India alok_singh

Live updates comments and jobs are added and updated live.
  • Needs issue summary update

    Issue summaries save everyone time if they are kept up-to-date. See Update issue summary task instructions.

Sign in to follow issues

Merge Requests

Comments & Activities

  • Issue created by @alok_singh
  • Status changed to Needs work about 1 year ago
  • 🇮🇹Italy apaderno Brescia, 🇮🇹

    A summary must describe what needs to be changed, and eventually why. A screenshot is not sufficient, even in the case a patch/MR is provided.
    In the case of bug reports, the steps to reproduce the bug should be provided too.

  • Merge request !8yg_medical-3385773: Site menu is broken. → (Open) created by alok_singh
  • Status changed to Needs review 11 months ago
  • Pipeline finished with Success
    11 months ago
    Total: 213s
    #68433
  • Status changed to Needs work 11 months ago
  • 🇮🇹Italy apaderno Brescia, 🇮🇹

    The issue summary still shows just a screenshot without describing the bug or how to reproduce it.

  • 🇮🇹Italy apaderno Brescia, 🇮🇹

    Furthermore, is this bug only present in the 8.x-1.x branch?

  • @alok_singh

    checked the Site menu Broken by installing Drupal 8.9.20 with "drupal/yg_medical": "1.0.0-alpha1"

    Before :

    After fixing :

    By providing the solution in file web\themes\contrib\yg_medical\css\style.css

    #main-menu .dropdown ul {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1;
    }

    /* Style the links inside the dropdown menu */
    #main-menu .dropdown ul li a {
    color: #333;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    }

    /* Change color of dropdown links on hover */
    #main-menu .dropdown ul li a:hover {
    background-color: #ddd;
    }

    /* Show the dropdown menu on hover */
    #main-menu .dropdown:hover ul {
    display: block;
    padding: 0;
    }
    #main-menu .dropdown:hover ul li{
    list-style: none;
    }

  • Status changed to Needs review 6 months ago
  • Pipeline finished with Success
    4 months ago
    Total: 161s
    #224385
Production build 0.71.5 2024