Submenu are broken and some submenu are not visible.

Created on 5 October 2023, 9 months ago
Updated 21 June 2024, 7 days ago

🐛 Bug report
Status

Needs review

Version

1.1

Component

Code

Created by

🇮🇳India alok_singh

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @alok_singh
  • @alok_singh opened merge request.
  • Status changed to Needs review 9 months ago
  • Applied MR 3. The broken menu styles are now fixed. The appearance would be further improved by removing the left space in the submenu. Attaching screenshots after the MR for reference.

  • Status changed to RTBC 9 days ago
  • 🇮🇳India Preethy_ray

    Patch solves the submenu issue. Moving this to RTBC++

  • Status changed to Needs work 9 days ago
  • 🇮🇳India Arun Velusamy

    Based on bindu's suggestion, I have added additional CSS to enhance the appearance of the submenus. Please try the following CSS

    .uk-navbar-dropdown {
        padding:15px;
    }
    .uk-navbar-dropdown-nav {
        text-align: left;
        font-size: 15px;
    }
    .uk-navbar-dropdown-nav > li > a {
        border-bottom: 1px solid #eaeaea;
        padding-bottom: 8px;
    }
    .uk-navbar-dropdown-nav > li:first-child > a {
        padding-top: 0;
    }
    .uk-navbar-dropdown-nav > li:last-child > a {
        border: none;
        padding-bottom: 0;
    }
    .uk-navbar-dropdown-nav > li > a:hover, .uk-navbar-dropdown-nav > li > a:focus {
        color: #e3722e;
    }

    Please review the attached screenshot showing the results after applying the CSS.

  • Status changed to Needs review 7 days ago
Production build 0.69.0 2024