Loading
fix(renderer): desktop menu persist issue fix while tapped on console option
Assigning to upstream maintainers for review.
Overview
Previously only for desktop version of menubar, if any existing submenus dropdown is opened and tapping on the Show Console menu option, submenu dropdown still persisting over the Console Box popup. Fixed the issue to make user experience hesitation free and smooth.
Preview Output
My Motive for update
- For existing desktop version of menubar, if any existing submenus dropdown is opened and tapping on the Show Console menu option, submenu dropdown still persisting over the Console Box popup. Fixed the issue to make user experience hesitation free and smooth.
- Aligns with Garuda鈥檚 modern, dynamic design philosophy.
Implementation Details
- updated existing z-index value in .garuda-shell__dropdown class in styles.css.
- No visual impact on this update.
Test Result
| Environment | Result |
|---|---|
| macOS + pnpm run dev | Works smoothly |
| Linux | Works smoothly |
| Dark / Light themes | Colors consistent |
Signed-off-by: Debkanta Mondal (debkantaroni01@gmail.com)
Edited by Debkanta Mondal


